#6C325D

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

Shades of Palatinate Purple #6C325D

Tints of Palatinate Purple #6C325D

Color information

#6C325D (or 0x6C325D) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 32 and 5D. RGB value is (108,50,93). Sum of RGB (Red+Green+Blue) = 108+50+93=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 108 - color contains mainly: red. Hex color #6C325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C325D is #93CDA2. Grayscale: #484848. Windows color (decimal): -9686435 or 6107756. OLE color: 6107756.

HSL color Cylindrical-coordinate representation of color #6C325D: hue angle of 315.52º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C325D is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1085093-
CMYK00.540.140.58
HSL315.52º36.71%30.98%-
HSV(B)315.52º53.7%42.35%-
XYZ9.36.2611.07-
YUV72.24139.72153.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.03%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=43.03%
G=19.92%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108509300.540.140.58315.5236.7130.98
Hex6C325D036E3A13c251f
Octal1546213506616724744537
Binary110110011001010111010110110111011101010011110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,93); }

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

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

 a { background-color: rgb(108,50,93); }

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

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

 span { border-color: rgb(108,50,93); }

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