#6D0A8E

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

Shades of Purple #6D0A8E

Tints of Purple #6D0A8E

Color information

#6D0A8E (or 0x6D0A8E) is unknown color: approx Purple. HEX triplet: 6D, 0A and 8E. RGB value is (109,10,142). Sum of RGB (Red+Green+Blue) = 109+10+142=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D0A8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0A8E is #92F571. Grayscale: #363636. Windows color (decimal): -9631090 or 9308781. OLE color: 9308781.

HSL color Cylindrical-coordinate representation of color #6D0A8E: hue angle of 285º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0A8E is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10910142-
CMYK0.230.9300.44
HSL285º86.84%29.8%-
HSV(B)285º92.96%55.69%-
XYZ11.35.4226.04-
YUV54.65177.3166.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.76%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=41.76%
G=3.83%
B=54.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109101420.230.9300.4428586.8429.8
Hex6DA8E175D02C11d571e
Octal155122162713505443512736
Binary11011011010100011101011110111010101100100011101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,10,142); }

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

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

 a { background-color: rgb(109,10,142); }

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

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

 span { border-color: rgb(109,10,142); }

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