#69008e

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

Shades of Purple #69008E

Tints of Purple #69008E

Color information

#69008E (or 0x69008E) is unknown color: approx Purple. HEX triplet: 69, 00 and 8E. RGB value is (105,0,142). Sum of RGB (Red+Green+Blue) = 105+0+142=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #69008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69008E is #96FF71. Grayscale: #2F2F2F. Windows color (decimal): -9895794 or 9306217. OLE color: 9306217.

HSL color Cylindrical-coordinate representation of color #69008E: hue angle of 284.37º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69008E is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1050142-
CMYK0.26100.44
HSL284.37º100%27.84%-
HSV(B)284.37º100%55.69%-
XYZ10.714.9625.98-
YUV47.58181.29168.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=42.51%
G=0%
B=57.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10501420.26100.44284.3710027.84
Hex6908E1A6402C11c641c
Octal15102163214405443414434
Binary11010010100011101101011001000101100100011100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69008e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69008e; }

 p { color: rgb(105,0,142); }

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

<style>
 a { background-color: #69008e; }

 a { background-color: rgb(105,0,142); }

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

<style>
 span { border-color: #69008e; }

 span { border-color: rgb(105,0,142); }

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