#6A0C87

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

Shades of Purple #6A0C87

Tints of Purple #6A0C87

Color information

#6A0C87 (or 0x6A0C87) is unknown color: approx Purple. HEX triplet: 6A, 0C and 87. RGB value is (106,12,135). Sum of RGB (Red+Green+Blue) = 106+12+135=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A0C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0C87 is #95F378. Grayscale: #353535. Windows color (decimal): -9827193 or 8850538. OLE color: 8850538.

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

Color convert

RGB10612135-
CMYK0.210.9100.47
HSL285.85º83.67%28.82%-
HSV(B)285.85º91.11%52.94%-
XYZ10.455.0823.35-
YUV54.13173.64165-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.90%
GREEN value IS 12 (5.08% from 255) = 4.74%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=41.90%
G=4.74%
B=53.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106121350.210.9100.47285.8583.6728.82
Hex6AC87155B02F11e541d
Octal152142072513305743612435
Binary11010101100100001111010110110110101111100011110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,12,135); }

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

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

 a { background-color: rgb(106,12,135); }

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

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

 span { border-color: rgb(106,12,135); }

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