#69117b

Color #69117B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #69117B

Tints of Purple #69117B

Color information

#69117B (or 0x69117B) is unknown color: approx Purple. HEX triplet: 69, 11 and 7B. RGB value is (105,17,123). Sum of RGB (Red+Green+Blue) = 105+17+123=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #69117B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69117B is #96EE84. Grayscale: #373737. Windows color (decimal): -9891461 or 8065385. OLE color: 8065385.

HSL color Cylindrical-coordinate representation of color #69117B: hue angle of 289.81º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69117B is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10517123-
CMYK0.150.8600.52
HSL289.81º75.71%27.45%-
HSV(B)289.81º86.18%48.24%-
XYZ9.64.8319.17-
YUV55.4166.15163.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=42.86%
G=6.94%
B=50.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105171230.150.8600.52289.8175.7127.45
Hex69117BF560341224c1b
Octal151211731712606444211433
Binary1101001100011111011111110101100110100100100010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69117b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69117b; }

 p { color: rgb(105,17,123); }

 H1.HeaderClassName
 {
   color: #69117b;
 }
 .AnyTagClassName
 {
   color: #69117b;
 }
</style>
background-color css

<style>
 a { background-color: #69117b; }

 a { background-color: rgb(105,17,123); }

 div.DivClassName
 {
   background-color: #69117b;
 }
 .BgClassName
 {
   background-color: #69117b;
 }
</style>
border-color css

<style>
 span { border-color: #69117b; }

 span { border-color: rgb(105,17,123); }

 td.TdClassName
 {
   border-color: #69117b;
 }
 .TagClassName
 {
   border-color: #69117b;
 }
</style>