#6E125A

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

Shades of Palatinate Purple #6E125A

Tints of Palatinate Purple #6E125A

Color information

#6E125A (or 0x6E125A) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 12 and 5A. RGB value is (110,18,90). Sum of RGB (Red+Green+Blue) = 110+18+90=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E125A is #91EDA5. Grayscale: #353535. Windows color (decimal): -9563558 or 5902958. OLE color: 5902958.

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

Color convert

RGB1101890-
CMYK00.840.180.57
HSL313.04º71.88%25.1%-
HSV(B)313.04º83.64%43.14%-
XYZ8.494.4910.09-
YUV53.72148.48168.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.46%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=50.46%
G=8.26%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110189000.840.180.57313.0471.8825.1
Hex6E125A05412391394819
Octal156221320124227147111031
Binary11011101001010110100101010010010111001100111001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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