#6E155D

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

Shades of Palatinate Purple #6E155D

Tints of Palatinate Purple #6E155D

Color information

#6E155D (or 0x6E155D) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 15 and 5D. RGB value is (110,21,93). Sum of RGB (Red+Green+Blue) = 110+21+93=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E155D is #91EAA2. Grayscale: #373737. Windows color (decimal): -9562787 or 6100334. OLE color: 6100334.

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

Color convert

RGB1102193-
CMYK00.810.150.57
HSL311.46º67.94%25.69%-
HSV(B)311.46º80.91%43.14%-
XYZ8.674.6410.79-
YUV55.82148.99166.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.11%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=49.11%
G=9.38%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110219300.810.150.57311.4667.9425.69
Hex6E155D051F39137441a
Octal156251350121177146710432
Binary1101110101011011101010100011111111001100110111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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