#6E3865

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

Shades of Palatinate Purple #6E3865

Tints of Palatinate Purple #6E3865

Color information

#6E3865 (or 0x6E3865) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 38 and 65. RGB value is (110,56,101). Sum of RGB (Red+Green+Blue) = 110+56+101=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3865 is #91C79A. Grayscale: #4D4D4D. Windows color (decimal): -9553819 or 6633582. OLE color: 6633582.

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

Color convert

RGB11056101-
CMYK00.490.080.57
HSL310º32.53%32.55%-
HSV(B)310º49.09%43.14%-
XYZ10.197.0813.14-
YUV77.28141.39151.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.20%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=41.20%
G=20.97%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1105610100.490.080.5731032.5332.55
Hex6E38650318391362121
Octal1567014506110714664141
Binary1101110111000110010101100011000111001100110110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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