#6C3760

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

Shades of Palatinate Purple #6C3760

Tints of Palatinate Purple #6C3760

Color information

#6C3760 (or 0x6C3760) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 37 and 60. RGB value is (108,55,96). Sum of RGB (Red+Green+Blue) = 108+55+96=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3760 is #93C89F. Grayscale: #4B4B4B. Windows color (decimal): -9685152 or 6305644. OLE color: 6305644.

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

Color convert

RGB1085596-
CMYK00.490.110.58
HSL313.58º32.52%31.96%-
HSV(B)313.58º49.07%42.35%-
XYZ9.666.7711.86-
YUV75.52139.56151.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.70%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=41.70%
G=21.24%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108559600.490.110.58313.5832.5231.96
Hex6C3760031B3A13a2120
Octal1546714006113724724140
Binary1101100110111110000001100011011111010100111010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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