#6E0A9C

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

Shades of Purple #6E0A9C

Tints of Purple #6E0A9C

Color information

#6E0A9C (or 0x6E0A9C) is unknown color: approx Purple. HEX triplet: 6E, 0A and 9C. RGB value is (110,10,156). Sum of RGB (Red+Green+Blue) = 110+10+156=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E0A9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0A9C is #91F563. Grayscale: #383838. Windows color (decimal): -9565540 or 10226286. OLE color: 10226286.

HSL color Cylindrical-coordinate representation of color #6E0A9C: hue angle of 281.1º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0A9C is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11010156-
CMYK0.290.9400.39
HSL281.1º87.95%32.55%-
HSV(B)281.1º93.59%61.18%-
XYZ12.545.9331.94-
YUV56.54184.13166.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.86%
GREEN value IS 10 (4.30% from 255) = 3.62%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=39.86%
G=3.62%
B=56.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110101560.290.9400.39281.187.9532.55
Hex6EA9C1D5E0271195821
Octal156122343513604743113041
Binary110111010101001110011101101111001001111000110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,10,156); }

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

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

 a { background-color: rgb(110,10,156); }

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

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

 span { border-color: rgb(110,10,156); }

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