#63355E

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

Shades of Palatinate Purple #63355E

Tints of Palatinate Purple #63355E

Color information

#63355E (or 0x63355E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 35 and 5E. RGB value is (99,53,94). Sum of RGB (Red+Green+Blue) = 99+53+94=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63355E is #9CCAA1. Grayscale: #474747. Windows color (decimal): -10275490 or 6174051. OLE color: 6174051.

HSL color Cylindrical-coordinate representation of color #63355E: hue angle of 306.52º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63355E is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB995394-
CMYK00.460.050.61
HSL306.52º30.26%29.8%-
HSV(B)306.52º46.46%38.82%-
XYZ8.446.0111.3-
YUV71.43140.74147.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=40.24%
G=21.54%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99539400.460.050.61306.5230.2629.8
Hex63355E02E53D1331e1e
Octal143651360565754633636
Binary1100011110101101111001011101011111011001100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63355E; }

 p { color: rgb(99,53,94); }

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

<style>
 a { background-color: #63355E; }

 a { background-color: rgb(99,53,94); }

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

<style>
 span { border-color: #63355E; }

 span { border-color: rgb(99,53,94); }

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