#6D0D59

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

Shades of Palatinate Purple #6D0D59

Tints of Palatinate Purple #6D0D59

Color information

#6D0D59 (or 0x6D0D59) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 0D and 59. RGB value is (109,13,89). Sum of RGB (Red+Green+Blue) = 109+13+89=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0D59 is #92F2A6. Grayscale: #323232. Windows color (decimal): -9630375 or 5836141. OLE color: 5836141.

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

Color convert

RGB1091389-
CMYK00.880.180.57
HSL312.5º78.69%23.92%-
HSV(B)312.5º88.07%42.75%-
XYZ8.254.269.84-
YUV50.37149.8169.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.66%
GREEN value IS 13 (5.47% from 255) = 6.16%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=51.66%
G=6.16%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109138900.880.180.57312.578.6923.92
Hex6DD5905812391384f18
Octal155151310130227147011730
Binary1101101110110110010101100010010111001100111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,13,89); }

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

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

 a { background-color: rgb(109,13,89); }

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

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

 span { border-color: rgb(109,13,89); }

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