#6C395B

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

Shades of Palatinate Purple #6C395B

Tints of Palatinate Purple #6C395B

Color information

#6C395B (or 0x6C395B) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 39 and 5B. RGB value is (108,57,91). Sum of RGB (Red+Green+Blue) = 108+57+91=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 108 - color contains mainly: red. Hex color #6C395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C395B is #93C6A4. Grayscale: #4C4C4C. Windows color (decimal): -9684645 or 5978476. OLE color: 5978476.

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

Color convert

RGB1085791-
CMYK00.470.160.58
HSL320º30.91%32.35%-
HSV(B)320º47.22%42.35%-
XYZ9.546.8710.72-
YUV76.12136.4150.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.19%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=42.19%
G=22.27%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108579100.470.160.5832030.9132.35
Hex6C395B02F103A1401f20
Octal1547113305720725003740
Binary1101100111001101101101011111000011101010100000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,91); }

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

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

 a { background-color: rgb(108,57,91); }

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

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

 span { border-color: rgb(108,57,91); }

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