#6E385D

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

Shades of Palatinate Purple #6E385D

Tints of Palatinate Purple #6E385D

Color information

#6E385D (or 0x6E385D) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 38 and 5D. RGB value is (110,56,93). Sum of RGB (Red+Green+Blue) = 110+56+93=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E385D is #91C7A2. Grayscale: #4C4C4C. Windows color (decimal): -9553827 or 6109294. OLE color: 6109294.

HSL color Cylindrical-coordinate representation of color #6E385D: hue angle of 318.89º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E385D is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB1105693-
CMYK00.490.150.57
HSL318.89º32.53%32.55%-
HSV(B)318.89º49.09%43.14%-
XYZ9.826.9311.18-
YUV76.36137.39151.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=42.47%
G=21.62%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110569300.490.150.57318.8932.5332.55
Hex6E385D031F3913f2121
Octal1567013506117714774141
Binary1101110111000101110101100011111111001100111111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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