#6c0168

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

Shades of Purple #6C0168

Tints of Purple #6C0168

Color information

#6C0168 (or 0x6C0168) is unknown color: approx Purple. HEX triplet: 6C, 01 and 68. RGB value is (108,1,104). Sum of RGB (Red+Green+Blue) = 108+1+104=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0168 is #93FE97. Grayscale: #2C2C2C. Windows color (decimal): -9698968 or 6816108. OLE color: 6816108.

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

Color convert

RGB1081104-
CMYK00.990.040.58
HSL302.24º98.17%21.37%-
HSV(B)302.24º99.07%42.35%-
XYZ8.694.2113.45-
YUV44.74161.45173.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.70%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=50.70%
G=0.47%
B=48.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108110400.990.040.58302.2498.1721.37
Hex6C16806343A12e6215
Octal1541150014347245614225
Binary11011001110100001100011100111010100101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c0168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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