#63355F

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

Shades of Palatinate Purple #63355F

Tints of Palatinate Purple #63355F

Color information

#63355F (or 0x63355F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 35 and 5F. RGB value is (99,53,95). Sum of RGB (Red+Green+Blue) = 99+53+95=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63355F is #9CCAA0. Grayscale: #474747. Windows color (decimal): -10275489 or 6239587. OLE color: 6239587.

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

Color convert

RGB995395-
CMYK00.460.040.61
HSL305.22º30.26%29.8%-
HSV(B)305.22º46.46%38.82%-
XYZ8.486.0311.54-
YUV71.54141.24147.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=40.08%
G=21.46%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99539500.460.040.61305.2230.2629.8
Hex63355F02E43D1311e1e
Octal143651370564754613636
Binary1100011110101101111101011101001111011001100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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