#63106D

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

Shades of Palatinate Purple #63106D

Tints of Palatinate Purple #63106D

Color information

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

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

Color convert

RGB9916109-
CMYK0.090.8500.57
HSL293.55º74.4%24.51%-
HSV(B)293.55º85.32%42.75%-
XYZ8.094.1314.84-
YUV51.42160.5161.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99161090.090.8500.57293.5574.424.51
Hex63106D9550391264a19
Octal143201551112507144611231
Binary1100011100001101101100110101010111001100100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63106D; }

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

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

<style>
 a { background-color: #63106D; }

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

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

<style>
 span { border-color: #63106D; }

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

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