#6A0A88

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

Shades of Purple #6A0A88

Tints of Purple #6A0A88

Color information

#6A0A88 (or 0x6A0A88) is unknown color: approx Purple. HEX triplet: 6A, 0A and 88. RGB value is (106,10,136). Sum of RGB (Red+Green+Blue) = 106+10+136=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A0A88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0A88 is #95F577. Grayscale: #343434. Windows color (decimal): -9827704 or 8915562. OLE color: 8915562.

HSL color Cylindrical-coordinate representation of color #6A0A88: hue angle of 285.71º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0A88 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10610136-
CMYK0.220.9300.47
HSL285.71º86.3%28.63%-
HSV(B)285.71º92.65%53.33%-
XYZ10.55.0623.72-
YUV53.07174.8165.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.06%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 136 (53.52% from 255) = 53.97%
R=42.06%
G=3.97%
B=53.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106101360.220.9300.47285.7186.328.63
Hex6AA88165D02F11e561d
Octal152122102613505743612635
Binary11010101010100010001011010111010101111100011110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A0A88; }

 p { color: rgb(106,10,136); }

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

<style>
 a { background-color: #6A0A88; }

 a { background-color: rgb(106,10,136); }

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

<style>
 span { border-color: #6A0A88; }

 span { border-color: rgb(106,10,136); }

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