#6E2D5B

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

Shades of Palatinate Purple #6E2D5B

Tints of Palatinate Purple #6E2D5B

Color information

#6E2D5B (or 0x6E2D5B) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 2D and 5B. RGB value is (110,45,91). Sum of RGB (Red+Green+Blue) = 110+45+91=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2D5B is #91D2A4. Grayscale: #454545. Windows color (decimal): -9556645 or 5975406. OLE color: 5975406.

HSL color Cylindrical-coordinate representation of color #6E2D5B: hue angle of 317.54º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E2D5B is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1104591-
CMYK00.590.170.57
HSL317.54º41.94%30.39%-
HSV(B)317.54º59.09%43.14%-
XYZ9.265.9510.56-
YUV69.68140.03156.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.72%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=44.72%
G=18.29%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110459100.590.170.57317.5441.9430.39
Hex6E2D5B03B113913e2a1e
Octal1565513307321714765236
Binary1101110101101101101101110111000111100110011111010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,45,91); }

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

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

 a { background-color: rgb(110,45,91); }

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

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

 span { border-color: rgb(110,45,91); }

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