#6D1062

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

Shades of Palatinate Purple #6D1062

Tints of Palatinate Purple #6D1062

Color information

#6D1062 (or 0x6D1062) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 10 and 62. RGB value is (109,16,98). Sum of RGB (Red+Green+Blue) = 109+16+98=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1062 is #92EF9D. Grayscale: #343434. Windows color (decimal): -9629598 or 6426733. OLE color: 6426733.

HSL color Cylindrical-coordinate representation of color #6D1062: hue angle of 307.1º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1062 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB1091698-
CMYK00.850.100.57
HSL307.1º74.4%24.51%-
HSV(B)307.1º85.32%42.75%-
XYZ8.74.511.97-
YUV53.16153.31167.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.88%
GREEN value IS 16 (6.64% from 255) = 7.17%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=48.88%
G=7.17%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109169800.850.100.57307.174.424.51
Hex6D1062055A391334a19
Octal155201420125127146311231
Binary1101101100001100010010101011010111001100110011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,98); }

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

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

 a { background-color: rgb(109,16,98); }

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

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

 span { border-color: rgb(109,16,98); }

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