#6C047C

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

Shades of Purple #6C047C

Tints of Purple #6C047C

Color information

#6C047C (or 0x6C047C) is unknown color: approx Purple. HEX triplet: 6C, 04 and 7C. RGB value is (108,4,124). Sum of RGB (Red+Green+Blue) = 108+4+124=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C047C is #93FB83. Grayscale: #303030. Windows color (decimal): -9698180 or 8127596. OLE color: 8127596.

HSL color Cylindrical-coordinate representation of color #6C047C: hue angle of 292º 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 #6C047C is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1084124-
CMYK0.130.9700.51
HSL292º93.75%25.1%-
HSV(B)292º96.77%48.63%-
XYZ9.874.7319.46-
YUV48.78170.46170.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.76%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=45.76%
G=1.69%
B=52.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10841240.130.9700.5129293.7525.1
Hex6C47CD610331245e19
Octal15441741514106344413631
Binary11011001001111100110111000010110011100100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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