#6C0473

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

Shades of Purple #6C0473

Tints of Purple #6C0473

Color information

#6C0473 (or 0x6C0473) is unknown color: approx Purple. HEX triplet: 6C, 04 and 73. RGB value is (108,4,115). Sum of RGB (Red+Green+Blue) = 108+4+115=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0473 is #93FB8C. Grayscale: #2F2F2F. Windows color (decimal): -9698189 or 7537772. OLE color: 7537772.

HSL color Cylindrical-coordinate representation of color #6C0473: hue angle of 296.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0473 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1084115-
CMYK0.060.9700.55
HSL296.22º93.28%23.33%-
HSV(B)296.22º96.52%45.1%-
XYZ9.324.5116.6-
YUV47.75165.96170.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.58%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=47.58%
G=1.76%
B=50.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10841150.060.9700.55296.2293.2823.33
Hex6C4736610371285d17
Octal1544163614106745013527
Binary1101100100111001111011000010110111100101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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