#633560

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

Shades of Palatinate Purple #633560

Tints of Palatinate Purple #633560

Color information

#633560 (or 0x633560) is unknown color: approx Palatinate Purple. HEX triplet: 63, 35 and 60. RGB value is (99,53,96). Sum of RGB (Red+Green+Blue) = 99+53+96=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #633560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633560 is #9CCA9F. Grayscale: #474747. Windows color (decimal): -10275488 or 6305123. OLE color: 6305123.

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

Color convert

RGB995396-
CMYK00.460.030.61
HSL303.91º30.26%29.8%-
HSV(B)303.91º46.46%38.82%-
XYZ8.536.0411.78-
YUV71.66141.74147.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=39.92%
G=21.37%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99539600.460.030.61303.9130.2629.8
Hex63356002E33D1301e1e
Octal143651400563754603636
Binary110001111010111000000101110111111011001100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633560; }

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

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

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

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

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

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

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

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