#6C047D

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

Shades of Purple #6C047D

Tints of Purple #6C047D

Color information

#6C047D (or 0x6C047D) is unknown color: approx Purple. HEX triplet: 6C, 04 and 7D. RGB value is (108,4,125). Sum of RGB (Red+Green+Blue) = 108+4+125=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C047D is #93FB82. Grayscale: #303030. Windows color (decimal): -9698179 or 8193132. OLE color: 8193132.

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

Color convert

RGB1084125-
CMYK0.140.9700.51
HSL291.57º93.8%25.29%-
HSV(B)291.57º96.8%49.02%-
XYZ9.934.7619.8-
YUV48.89170.96170.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.57%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 125 (49.22% from 255) = 52.74%
R=45.57%
G=1.69%
B=52.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10841250.140.9700.51291.5793.825.29
Hex6C47DE610331245e19
Octal15441751614106344413631
Binary11011001001111101111011000010110011100100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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