#6E245B

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

Shades of Palatinate Purple #6E245B

Tints of Palatinate Purple #6E245B

Color information

#6E245B (or 0x6E245B) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 24 and 5B. RGB value is (110,36,91). Sum of RGB (Red+Green+Blue) = 110+36+91=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E245B is #91DBA4. Grayscale: #404040. Windows color (decimal): -9558949 or 5973102. OLE color: 5973102.

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

Color convert

RGB1103691-
CMYK00.670.170.57
HSL315.41º50.68%28.63%-
HSV(B)315.41º67.27%43.14%-
XYZ8.955.3310.46-
YUV64.4143.02160.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.41%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=46.41%
G=15.19%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110369100.670.170.57315.4150.6828.63
Hex6E245B043113913b331d
Octal15644133010321714736335
Binary11011101001001011011010000111000111100110011101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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