#6D047C

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

Shades of Purple #6D047C

Tints of Purple #6D047C

Color information

#6D047C (or 0x6D047C) is unknown color: approx Purple. HEX triplet: 6D, 04 and 7C. RGB value is (109,4,124). Sum of RGB (Red+Green+Blue) = 109+4+124=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D047C is #92FB83. Grayscale: #303030. Windows color (decimal): -9632644 or 8127597. OLE color: 8127597.

HSL color Cylindrical-coordinate representation of color #6D047C: hue angle of 292.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D047C is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1094124-
CMYK0.120.9700.51
HSL292.5º93.75%25.1%-
HSV(B)292.5º96.77%48.63%-
XYZ9.994.7919.47-
YUV49.08170.29170.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.99%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=45.99%
G=1.69%
B=52.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10941240.120.9700.51292.593.7525.1
Hex6D47CC610331245e19
Octal15541741414106344413631
Binary11011011001111100110011000010110011100100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,4,124); }

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

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

 a { background-color: rgb(109,4,124); }

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

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

 span { border-color: rgb(109,4,124); }

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