#6C1561

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

Shades of Palatinate Purple #6C1561

Tints of Palatinate Purple #6C1561

Color information

#6C1561 (or 0x6C1561) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 15 and 61. RGB value is (108,21,97). Sum of RGB (Red+Green+Blue) = 108+21+97=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1561 is #93EA9E. Grayscale: #373737. Windows color (decimal): -9693855 or 6362476. OLE color: 6362476.

HSL color Cylindrical-coordinate representation of color #6C1561: hue angle of 307.59º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1561 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB1082197-
CMYK00.810.100.58
HSL307.59º67.44%25.29%-
HSV(B)307.59º80.56%42.35%-
XYZ8.614.5911.74-
YUV55.68151.32165.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.79%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=47.79%
G=9.29%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108219700.810.100.58307.5967.4425.29
Hex6C1561051A3A1344319
Octal154251410121127246410331
Binary1101100101011100001010100011010111010100110100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,21,97); }

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

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

 a { background-color: rgb(108,21,97); }

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

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

 span { border-color: rgb(108,21,97); }

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