#6C1555

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

Shades of Palatinate Purple #6C1555

Tints of Palatinate Purple #6C1555

Color information

#6C1555 (or 0x6C1555) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 15 and 55. RGB value is (108,21,85). Sum of RGB (Red+Green+Blue) = 108+21+85=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1555 is #93EAAA. Grayscale: #363636. Windows color (decimal): -9693867 or 5576044. OLE color: 5576044.

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

Color convert

RGB1082185-
CMYK00.810.210.58
HSL315.86º67.44%25.29%-
HSV(B)315.86º80.56%42.35%-
XYZ8.094.389.01-
YUV54.31145.32166.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.47%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=50.47%
G=9.81%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108218500.810.210.58315.8667.4425.29
Hex6C1555051153A13c4319
Octal154251250121257247410331
Binary11011001010110101010101000110101111010100111100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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