#6C0C6A

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

Shades of Palatinate Purple #6C0C6A

Tints of Palatinate Purple #6C0C6A

Color information

#6C0C6A (or 0x6C0C6A) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 0C and 6A. RGB value is (108,12,106). Sum of RGB (Red+Green+Blue) = 108+12+106=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0C6A is #93F395. Grayscale: #333333. Windows color (decimal): -9696150 or 6949996. OLE color: 6949996.

HSL color Cylindrical-coordinate representation of color #6C0C6A: hue angle of 301.25º 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 #6C0C6A is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10812106-
CMYK00.890.020.58
HSL301.25º80%23.53%-
HSV(B)301.25º88.89%42.35%-
XYZ8.924.4914.03-
YUV51.42158.8168.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.79%
GREEN value IS 12 (5.08% from 255) = 5.31%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=47.79%
G=5.31%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081210600.890.020.58301.258023.53
Hex6CC6A05923A12d5018
Octal15414152013127245512030
Binary1101100110011010100101100110111010100101101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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