#6E2D5E

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

Shades of Palatinate Purple #6E2D5E

Tints of Palatinate Purple #6E2D5E

Color information

#6E2D5E (or 0x6E2D5E) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 2D and 5E. RGB value is (110,45,94). Sum of RGB (Red+Green+Blue) = 110+45+94=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2D5E is #91D2A1. Grayscale: #454545. Windows color (decimal): -9556642 or 6172014. OLE color: 6172014.

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

Color convert

RGB1104594-
CMYK00.590.150.57
HSL314.77º41.94%30.39%-
HSV(B)314.77º59.09%43.14%-
XYZ9.39611.25-
YUV70.02141.53156.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.18%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=44.18%
G=18.07%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110459400.590.150.57314.7741.9430.39
Hex6E2D5E03BF3913b2a1e
Octal1565513607317714735236
Binary110111010110110111100111011111111100110011101110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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