#63385C

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

Shades of Palatinate Purple #63385C

Tints of Palatinate Purple #63385C

Color information

#63385C (or 0x63385C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 38 and 5C. RGB value is (99,56,92). Sum of RGB (Red+Green+Blue) = 99+56+92=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63385C is #9CC7A3. Grayscale: #484848. Windows color (decimal): -10274724 or 6043747. OLE color: 6043747.

HSL color Cylindrical-coordinate representation of color #63385C: hue angle of 309.77º 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 #63385C is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB995692-
CMYK00.430.070.61
HSL309.77º27.74%30.39%-
HSV(B)309.77º43.43%38.82%-
XYZ8.496.2510.88-
YUV72.96138.75146.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=40.08%
G=22.67%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99569200.430.070.61309.7727.7430.39
Hex63385C02B73D1361c1e
Octal143701340537754663436
Binary1100011111000101110001010111111111011001101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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