#6C3F60

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

Shades of Palatinate Purple #6C3F60

Tints of Palatinate Purple #6C3F60

Color information

#6C3F60 (or 0x6C3F60) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 3F and 60. RGB value is (108,63,96). Sum of RGB (Red+Green+Blue) = 108+63+96=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3F60 is #93C09F. Grayscale: #505050. Windows color (decimal): -9683104 or 6307692. OLE color: 6307692.

HSL color Cylindrical-coordinate representation of color #6C3F60: hue angle of 316º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C3F60 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1086396-
CMYK00.420.110.58
HSL316º26.32%33.53%-
HSV(B)316º41.67%42.35%-
XYZ10.077.5912-
YUV80.22136.91147.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=40.45%
G=23.60%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108639600.420.110.5831626.3233.53
Hex6C3F6002AB3A13c1a22
Octal1547714005213724743242
Binary110110011111111000000101010101111101010011110011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,63,96); }

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

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

 a { background-color: rgb(108,63,96); }

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

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

 span { border-color: rgb(108,63,96); }

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