#69117D

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

Shades of Purple #69117D

Tints of Purple #69117D

Color information

#69117D (or 0x69117D) is unknown color: approx Purple. HEX triplet: 69, 11 and 7D. RGB value is (105,17,125). Sum of RGB (Red+Green+Blue) = 105+17+125=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #69117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69117D is #96EE82. Grayscale: #373737. Windows color (decimal): -9891459 or 8196457. OLE color: 8196457.

HSL color Cylindrical-coordinate representation of color #69117D: hue angle of 288.89º 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 #69117D is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10517125-
CMYK0.160.8600.51
HSL288.89º76.06%27.84%-
HSV(B)288.89º86.4%49.02%-
XYZ9.734.8819.83-
YUV55.62167.15163.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=42.51%
G=6.88%
B=50.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105171250.160.8600.51288.8976.0627.84
Hex69117D10560331214c1c
Octal151211752012606344111434
Binary11010011000111111011000010101100110011100100001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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