#6C1355

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

Shades of Palatinate Purple #6C1355

Tints of Palatinate Purple #6C1355

Color information

#6C1355 (or 0x6C1355) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 13 and 55. RGB value is (108,19,85). Sum of RGB (Red+Green+Blue) = 108+19+85=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1355 is #93ECAA. Grayscale: #343434. Windows color (decimal): -9694379 or 5575532. OLE color: 5575532.

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

Color convert

RGB1081985-
CMYK00.820.210.58
HSL315.51º70.08%24.9%-
HSV(B)315.51º82.41%42.35%-
XYZ8.064.319-
YUV53.14145.99167.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.94%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=50.94%
G=8.96%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108198500.820.210.58315.5170.0824.9
Hex6C1355052153A13c4619
Octal154231250122257247410631
Binary11011001001110101010101001010101111010100111100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,85); }

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

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

 a { background-color: rgb(108,19,85); }

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

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

 span { border-color: rgb(108,19,85); }

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