#63385B

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

Shades of Palatinate Purple #63385B

Tints of Palatinate Purple #63385B

Color information

#63385B (or 0x63385B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 38 and 5B. RGB value is (99,56,91). Sum of RGB (Red+Green+Blue) = 99+56+91=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63385B is #9CC7A4. Grayscale: #484848. Windows color (decimal): -10274725 or 5978211. OLE color: 5978211.

HSL color Cylindrical-coordinate representation of color #63385B: hue angle of 311.16º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63385B is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB995691-
CMYK00.430.080.61
HSL311.16º27.74%30.39%-
HSV(B)311.16º43.43%38.82%-
XYZ8.456.2410.66-
YUV72.85138.25146.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=40.24%
G=22.76%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99569100.430.080.61311.1627.7430.39
Hex63385B02B83D1371c1e
Octal1437013305310754673436
Binary11000111110001011011010101110001111011001101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63385B; }

 p { color: rgb(99,56,91); }

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

<style>
 a { background-color: #63385B; }

 a { background-color: rgb(99,56,91); }

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

<style>
 span { border-color: #63385B; }

 span { border-color: rgb(99,56,91); }

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