#6D0A57

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

Shades of Palatinate Purple #6D0A57

Tints of Palatinate Purple #6D0A57

Color information

#6D0A57 (or 0x6D0A57) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 0A and 57. RGB value is (109,10,87). Sum of RGB (Red+Green+Blue) = 109+10+87=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A57 is #92F5A8. Grayscale: #303030. Windows color (decimal): -9631145 or 5704301. OLE color: 5704301.

HSL color Cylindrical-coordinate representation of color #6D0A57: hue angle of 313.33º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A57 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.57.

Color convert

RGB1091087-
CMYK00.910.200.57
HSL313.33º83.19%23.33%-
HSV(B)313.33º90.83%42.75%-
XYZ8.144.169.39-
YUV48.38149.8171.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.91%
GREEN value IS 10 (4.30% from 255) = 4.85%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=52.91%
G=4.85%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109108700.910.200.57313.3383.1923.33
Hex6DA5705B14391395317
Octal155121270133247147112327
Binary1101101101010101110101101110100111001100111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,10,87); }

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

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

 a { background-color: rgb(109,10,87); }

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

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

 span { border-color: rgb(109,10,87); }

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