#63116D

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

Shades of Palatinate Purple #63116D

Tints of Palatinate Purple #63116D

Color information

#63116D (or 0x63116D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 11 and 6D. RGB value is (99,17,109). Sum of RGB (Red+Green+Blue) = 99+17+109=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #63116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63116D is #9CEE92. Grayscale: #333333. Windows color (decimal): -10284691 or 7147875. OLE color: 7147875.

HSL color Cylindrical-coordinate representation of color #63116D: hue angle of 293.48º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63116D is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9917109-
CMYK0.090.8400.57
HSL293.48º73.02%24.71%-
HSV(B)293.48º84.4%42.75%-
XYZ8.114.1614.84-
YUV52.01160.17161.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=44%
G=7.56%
B=48.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99171090.090.8400.57293.4873.0224.71
Hex63116D9540391254919
Octal143211551112407144511131
Binary1100011100011101101100110101000111001100100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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