#6E136A

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

Shades of Palatinate Purple #6E136A

Tints of Palatinate Purple #6E136A

Color information

#6E136A (or 0x6E136A) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 13 and 6A. RGB value is (110,19,106). Sum of RGB (Red+Green+Blue) = 110+19+106=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E136A is #91EC95. Grayscale: #373737. Windows color (decimal): -9563286 or 6951790. OLE color: 6951790.

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

Color convert

RGB11019106-
CMYK00.830.040.57
HSL302.64º70.54%25.29%-
HSV(B)302.64º82.73%43.14%-
XYZ9.264.8214.08-
YUV56.13156.15166.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.81%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=46.81%
G=8.09%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101910600.830.040.57302.6470.5425.29
Hex6E136A05343912f4719
Octal15623152012347145710731
Binary110111010011110101001010011100111001100101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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