#6C3C5F

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

Shades of Palatinate Purple #6C3C5F

Tints of Palatinate Purple #6C3C5F

Color information

#6C3C5F (or 0x6C3C5F) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 3C and 5F. RGB value is (108,60,95). Sum of RGB (Red+Green+Blue) = 108+60+95=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3C5F is #93C3A0. Grayscale: #4E4E4E. Windows color (decimal): -9683873 or 6241388. OLE color: 6241388.

HSL color Cylindrical-coordinate representation of color #6C3C5F: hue angle of 316.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C3C5F is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1086095-
CMYK00.440.120.58
HSL316.25º28.57%32.94%-
HSV(B)316.25º44.44%42.35%-
XYZ9.877.2511.71-
YUV78.34137.4149.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.06%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=41.06%
G=22.81%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108609500.440.120.58316.2528.5732.94
Hex6C3C5F02CC3A13c1d21
Octal1547413705414724743541
Binary110110011110010111110101100110011101010011110011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,60,95); }

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

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

 a { background-color: rgb(108,60,95); }

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

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

 span { border-color: rgb(108,60,95); }

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