#6C385D

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

Shades of Palatinate Purple #6C385D

Tints of Palatinate Purple #6C385D

Color information

#6C385D (or 0x6C385D) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 38 and 5D. RGB value is (108,56,93). Sum of RGB (Red+Green+Blue) = 108+56+93=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C385D is #93C7A2. Grayscale: #4B4B4B. Windows color (decimal): -9684899 or 6109292. OLE color: 6109292.

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

Color convert

RGB1085693-
CMYK00.480.140.58
HSL317.31º31.71%32.16%-
HSV(B)317.31º48.15%42.35%-
XYZ9.576.8111.17-
YUV75.77137.73150.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=42.02%
G=21.79%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108569300.480.140.58317.3131.7132.16
Hex6C385D030E3A13d2020
Octal1547013506016724754040
Binary1101100111000101110101100001110111010100111101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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