#6D0F5E

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

Shades of Palatinate Purple #6D0F5E

Tints of Palatinate Purple #6D0F5E

Color information

#6D0F5E (or 0x6D0F5E) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 0F and 5E. RGB value is (109,15,94). Sum of RGB (Red+Green+Blue) = 109+15+94=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F5E is #92F0A1. Grayscale: #333333. Windows color (decimal): -9629858 or 6164333. OLE color: 6164333.

HSL color Cylindrical-coordinate representation of color #6D0F5E: hue angle of 309.57º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D0F5E is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1091594-
CMYK00.860.140.57
HSL309.57º75.81%24.31%-
HSV(B)309.57º86.24%42.75%-
XYZ8.54.410.99-
YUV52.11151.64168.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 6.88%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=50%
G=6.88%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109159400.860.140.57309.5775.8124.31
Hex6DF5E056E391364c18
Octal155171360126167146611430
Binary110110111111011110010101101110111001100110110100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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