#6C385C

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

Shades of Palatinate Purple #6C385C

Tints of Palatinate Purple #6C385C

Color information

#6C385C (or 0x6C385C) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 38 and 5C. RGB value is (108,56,92). Sum of RGB (Red+Green+Blue) = 108+56+92=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 108 - color contains mainly: red. Hex color #6C385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C385C is #93C7A3. Grayscale: #4B4B4B. Windows color (decimal): -9684900 or 6043756. OLE color: 6043756.

HSL color Cylindrical-coordinate representation of color #6C385C: hue angle of 318.46º 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 #6C385C is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB1085692-
CMYK00.480.150.58
HSL318.46º31.71%32.16%-
HSV(B)318.46º48.15%42.35%-
XYZ9.536.7910.93-
YUV75.65137.23151.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.19%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=42.19%
G=21.88%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108569200.480.150.58318.4631.7132.16
Hex6C385C030F3A13e2020
Octal1547013406017724764040
Binary1101100111000101110001100001111111010100111110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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