#63155D

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

Shades of Palatinate Purple #63155D

Tints of Palatinate Purple #63155D

Color information

#63155D (or 0x63155D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 5D. RGB value is (99,21,93). Sum of RGB (Red+Green+Blue) = 99+21+93=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63155D is #9CEAA2. Grayscale: #343434. Windows color (decimal): -10283683 or 6100323. OLE color: 6100323.

HSL color Cylindrical-coordinate representation of color #63155D: hue angle of 304.62º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63155D is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB992193-
CMYK00.790.060.61
HSL304.62º65%23.53%-
HSV(B)304.62º78.79%38.82%-
XYZ7.393.9810.73-
YUV52.53150.84161.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=46.48%
G=9.86%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99219300.790.060.61304.626523.53
Hex63155D04F63D1314118
Octal14325135011767546110130
Binary110001110101101110101001111110111101100110001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,21,93); }

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

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

 a { background-color: rgb(99,21,93); }

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

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

 span { border-color: rgb(99,21,93); }

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