#63055D

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

Shades of Palatinate Purple #63055D

Tints of Palatinate Purple #63055D

Color information

#63055D (or 0x63055D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 05 and 5D. RGB value is (99,5,93). Sum of RGB (Red+Green+Blue) = 99+5+93=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63055D is #9CFAA2. Grayscale: #2A2A2A. Windows color (decimal): -10287779 or 6096227. OLE color: 6096227.

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

Color convert

RGB99593-
CMYK00.950.060.61
HSL303.83º90.38%20.39%-
HSV(B)303.83º94.95%38.82%-
XYZ7.183.5510.66-
YUV43.14156.14167.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=50.25%
G=2.54%
B=47.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9959300.950.060.61303.8390.3820.39
Hex6355D05F63D1305a14
Octal1435135013767546013224
Binary1100011101101110101011111110111101100110000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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