#6C385B

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

Shades of Palatinate Purple #6C385B

Tints of Palatinate Purple #6C385B

Color information

#6C385B (or 0x6C385B) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 38 and 5B. RGB value is (108,56,91). Sum of RGB (Red+Green+Blue) = 108+56+91=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C385B is #93C7A4. Grayscale: #4B4B4B. Windows color (decimal): -9684901 or 5978220. OLE color: 5978220.

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

Color convert

RGB1085691-
CMYK00.480.160.58
HSL319.62º31.71%32.16%-
HSV(B)319.62º48.15%42.35%-
XYZ9.496.7710.7-
YUV75.54136.73151.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.35%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=42.35%
G=21.96%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108569100.480.160.58319.6231.7132.16
Hex6C385B030103A1402020
Octal1547013306020725004040
Binary11011001110001011011011000010000111010101000000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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