#6E385F

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

Shades of Palatinate Purple #6E385F

Tints of Palatinate Purple #6E385F

Color information

#6E385F (or 0x6E385F) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 38 and 5F. RGB value is (110,56,95). Sum of RGB (Red+Green+Blue) = 110+56+95=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E385F is #91C7A0. Grayscale: #4C4C4C. Windows color (decimal): -9553825 or 6240366. OLE color: 6240366.

HSL color Cylindrical-coordinate representation of color #6E385F: hue angle of 316.67º 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 #6E385F is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1105695-
CMYK00.490.140.57
HSL316.67º32.53%32.55%-
HSV(B)316.67º49.09%43.14%-
XYZ9.916.9711.65-
YUV76.59138.39151.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 95 (37.5% from 255) = 36.40%
R=42.15%
G=21.46%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110569500.490.140.57316.6732.5332.55
Hex6E385F031E3913d2121
Octal1567013706116714754141
Binary1101110111000101111101100011110111001100111101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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