#69117C

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

Shades of Purple #69117C

Tints of Purple #69117C

Color information

#69117C (or 0x69117C) is unknown color: approx Purple. HEX triplet: 69, 11 and 7C. RGB value is (105,17,124). Sum of RGB (Red+Green+Blue) = 105+17+124=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #69117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69117C is #96EE83. Grayscale: #373737. Windows color (decimal): -9891460 or 8130921. OLE color: 8130921.

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

Color convert

RGB10517124-
CMYK0.150.8600.51
HSL289.35º75.89%27.65%-
HSV(B)289.35º86.29%48.63%-
XYZ9.664.8619.5-
YUV55.51166.65163.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=42.68%
G=6.91%
B=50.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105171240.150.8600.51289.3575.8927.65
Hex69117CF560331214c1c
Octal151211741712606344111434
Binary1101001100011111100111110101100110011100100001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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