#6D1063

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

Shades of Palatinate Purple #6D1063

Tints of Palatinate Purple #6D1063

Color information

#6D1063 (or 0x6D1063) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 10 and 63. RGB value is (109,16,99). Sum of RGB (Red+Green+Blue) = 109+16+99=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1063 is #92EF9C. Grayscale: #353535. Windows color (decimal): -9629597 or 6492269. OLE color: 6492269.

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

Color convert

RGB1091699-
CMYK00.850.090.57
HSL306.45º74.4%24.51%-
HSV(B)306.45º85.32%42.75%-
XYZ8.744.5212.22-
YUV53.27153.81167.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=48.66%
G=7.14%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109169900.850.090.57306.4574.424.51
Hex6D10630559391324a19
Octal155201430125117146211231
Binary1101101100001100011010101011001111001100110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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