#6D125F

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

Shades of Palatinate Purple #6D125F

Tints of Palatinate Purple #6D125F

Color information

#6D125F (or 0x6D125F) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 12 and 5F. RGB value is (109,18,95). Sum of RGB (Red+Green+Blue) = 109+18+95=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D125F is #92EDA0. Grayscale: #353535. Windows color (decimal): -9629089 or 6230637. OLE color: 6230637.

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

Color convert

RGB1091895-
CMYK00.830.130.57
HSL309.23º71.65%24.9%-
HSV(B)309.23º83.49%42.75%-
XYZ8.594.5111.24-
YUV53.99151.15167.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=49.10%
G=8.11%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109189500.830.130.57309.2371.6524.9
Hex6D125F053D391354819
Octal155221370123157146511031
Binary1101101100101011111010100111101111001100110101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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