#6E055D

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

Shades of Palatinate Purple #6E055D

Tints of Palatinate Purple #6E055D

Color information

#6E055D (or 0x6E055D) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 05 and 5D. RGB value is (110,5,93). Sum of RGB (Red+Green+Blue) = 110+5+93=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E055D is #91FAA2. Grayscale: #2E2E2E. Windows color (decimal): -9566883 or 6096238. OLE color: 6096238.

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

Color convert

RGB110593-
CMYK00.950.150.57
HSL309.71º91.3%22.55%-
HSV(B)309.71º95.45%43.14%-
XYZ8.464.2110.72-
YUV46.43154.29173.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.88%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=52.88%
G=2.40%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11059300.950.150.57309.7191.322.55
Hex6E55D05FF391365b17
Octal15651350137177146613327
Binary11011101011011101010111111111111001100110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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