#63165F

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

Shades of Palatinate Purple #63165F

Tints of Palatinate Purple #63165F

Color information

#63165F (or 0x63165F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 16 and 5F. RGB value is (99,22,95). Sum of RGB (Red+Green+Blue) = 99+22+95=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63165F is #9CE9A0. Grayscale: #353535. Windows color (decimal): -10283425 or 6231651. OLE color: 6231651.

HSL color Cylindrical-coordinate representation of color #63165F: hue angle of 303.12º 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 #63165F is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB992295-
CMYK00.780.040.61
HSL303.12º63.64%23.73%-
HSV(B)303.12º77.78%38.82%-
XYZ7.54.0511.21-
YUV53.34151.51160.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=45.83%
G=10.19%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99229500.780.040.61303.1263.6423.73
Hex63165F04E43D12f4018
Octal14326137011647545710030
Binary110001110110101111101001110100111101100101111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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