#6E135A

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

Shades of Palatinate Purple #6E135A

Tints of Palatinate Purple #6E135A

Color information

#6E135A (or 0x6E135A) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 13 and 5A. RGB value is (110,19,90). Sum of RGB (Red+Green+Blue) = 110+19+90=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E135A is #91ECA5. Grayscale: #363636. Windows color (decimal): -9563302 or 5903214. OLE color: 5903214.

HSL color Cylindrical-coordinate representation of color #6E135A: hue angle of 313.19º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E135A is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB1101990-
CMYK00.830.180.57
HSL313.19º70.54%25.29%-
HSV(B)313.19º82.73%43.14%-
XYZ8.514.5210.1-
YUV54.3148.15167.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.23%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=50.23%
G=8.68%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110199000.830.180.57313.1970.5425.29
Hex6E135A05312391394719
Octal156231320123227147110731
Binary11011101001110110100101001110010111001100111001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,19,90); }

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

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

 a { background-color: rgb(110,19,90); }

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

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

 span { border-color: rgb(110,19,90); }

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