#6C0171

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

Shades of Purple #6C0171

Tints of Purple #6C0171

Color information

#6C0171 (or 0x6C0171) is unknown color: approx Purple. HEX triplet: 6C, 01 and 71. RGB value is (108,1,113). Sum of RGB (Red+Green+Blue) = 108+1+113=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C0171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0171 is #93FE8E. Grayscale: #2D2D2D. Windows color (decimal): -9698959 or 7405932. OLE color: 7405932.

HSL color Cylindrical-coordinate representation of color #6C0171: hue angle of 297.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0171 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1081113-
CMYK0.040.9900.56
HSL297.32º98.25%22.35%-
HSV(B)297.32º99.12%44.31%-
XYZ9.184.415.99-
YUV45.76165.95172.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=48.65%
G=0.45%
B=50.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10811130.040.9900.56297.3298.2522.35
Hex6C1714630381296216
Octal1541161414307045114226
Binary11011001111000110011000110111000100101001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,1,113); }

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

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

 a { background-color: rgb(108,1,113); }

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

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

 span { border-color: rgb(108,1,113); }

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