#6D125E

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

Shades of Palatinate Purple #6D125E

Tints of Palatinate Purple #6D125E

Color information

#6D125E (or 0x6D125E) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 12 and 5E. RGB value is (109,18,94). Sum of RGB (Red+Green+Blue) = 109+18+94=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D125E is #92EDA1. Grayscale: #353535. Windows color (decimal): -9629090 or 6165101. OLE color: 6165101.

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

Color convert

RGB1091894-
CMYK00.830.140.57
HSL309.89º71.65%24.9%-
HSV(B)309.89º83.49%42.75%-
XYZ8.544.4911.01-
YUV53.87150.65167.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.32%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=49.32%
G=8.14%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109189400.830.140.57309.8971.6524.9
Hex6D125E053E391364819
Octal155221360123167146611031
Binary1101101100101011110010100111110111001100110110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,18,94); }

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

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

 a { background-color: rgb(109,18,94); }

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

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

 span { border-color: rgb(109,18,94); }

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