#6C0E62

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

Shades of Palatinate Purple #6C0E62

Tints of Palatinate Purple #6C0E62

Color information

#6C0E62 (or 0x6C0E62) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 0E and 62. RGB value is (108,14,98). Sum of RGB (Red+Green+Blue) = 108+14+98=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E62 is #93F19D. Grayscale: #333333. Windows color (decimal): -9695646 or 6426220. OLE color: 6426220.

HSL color Cylindrical-coordinate representation of color #6C0E62: hue angle of 306.38º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C0E62 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1081498-
CMYK00.870.090.58
HSL306.38º77.05%23.92%-
HSV(B)306.38º87.04%42.35%-
XYZ8.554.3811.95-
YUV51.68154.14168.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.09%
GREEN value IS 14 (5.86% from 255) = 6.36%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=49.09%
G=6.36%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108149800.870.090.58306.3877.0523.92
Hex6CE6205793A1324d18
Octal154161420127117246211530
Binary110110011101100010010101111001111010100110010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,14,98); }

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

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

 a { background-color: rgb(108,14,98); }

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

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

 span { border-color: rgb(108,14,98); }

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