#6c0c68

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

Shades of Palatinate Purple #6C0C68

Tints of Palatinate Purple #6C0C68

Color information

#6C0C68 (or 0x6C0C68) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 0C and 68. RGB value is (108,12,104). Sum of RGB (Red+Green+Blue) = 108+12+104=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0C68 is #93F397. Grayscale: #323232. Windows color (decimal): -9696152 or 6818924. OLE color: 6818924.

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

Color convert

RGB10812104-
CMYK00.890.040.58
HSL302.5º80%23.53%-
HSV(B)302.5º88.89%42.35%-
XYZ8.814.4513.49-
YUV51.19157.8168.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.21%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=48.21%
G=5.36%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081210400.890.040.58302.58023.53
Hex6CC6805943A12e5018
Octal15414150013147245612030
Binary11011001100110100001011001100111010100101110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c0c68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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