#63165B

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

Shades of Palatinate Purple #63165B

Tints of Palatinate Purple #63165B

Color information

#63165B (or 0x63165B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 16 and 5B. RGB value is (99,22,91). Sum of RGB (Red+Green+Blue) = 99+22+91=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63165B is #9CE9A4. Grayscale: #343434. Windows color (decimal): -10283429 or 5969507. OLE color: 5969507.

HSL color Cylindrical-coordinate representation of color #63165B: hue angle of 306.23º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63165B is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB992291-
CMYK00.780.080.61
HSL306.23º63.64%23.73%-
HSV(B)306.23º77.78%38.82%-
XYZ7.323.9810.28-
YUV52.89149.51160.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=46.70%
G=10.38%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99229100.780.080.61306.2363.6423.73
Hex63165B04E83D1324018
Octal143261330116107546210030
Binary1100011101101011011010011101000111101100110010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63165B; }

 p { color: rgb(99,22,91); }

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

<style>
 a { background-color: #63165B; }

 a { background-color: rgb(99,22,91); }

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

<style>
 span { border-color: #63165B; }

 span { border-color: rgb(99,22,91); }

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