#6C0072

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

Shades of Purple #6C0072

Tints of Purple #6C0072

Color information

#6C0072 (or 0x6C0072) is unknown color: approx Purple. HEX triplet: 6C, 00 and 72. RGB value is (108,0,114). Sum of RGB (Red+Green+Blue) = 108+0+114=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0072 is #93FF8D. Grayscale: #2C2C2C. Windows color (decimal): -9699214 or 7471212. OLE color: 7471212.

HSL color Cylindrical-coordinate representation of color #6C0072: hue angle of 296.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C0072 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1080114-
CMYK0.05100.55
HSL296.84º100%22.35%-
HSV(B)296.84º100%44.71%-
XYZ9.224.416.28-
YUV45.29166.78172.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=48.65%
G=0%
B=51.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10801140.05100.55296.8410022.35
Hex6C0725640371296416
Octal1540162514406745114426
Binary11011000111001010111001000110111100101001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,0,114); }

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

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

 a { background-color: rgb(108,0,114); }

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

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

 span { border-color: rgb(108,0,114); }

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