#631560

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

Shades of Palatinate Purple #631560

Tints of Palatinate Purple #631560

Color information

#631560 (or 0x631560) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 60. RGB value is (99,21,96). Sum of RGB (Red+Green+Blue) = 99+21+96=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #631560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631560 is #9CEA9F. Grayscale: #343434. Windows color (decimal): -10283680 or 6296931. OLE color: 6296931.

HSL color Cylindrical-coordinate representation of color #631560: hue angle of 302.31º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631560 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB992196-
CMYK00.790.030.61
HSL302.31º65%23.53%-
HSV(B)302.31º78.79%38.82%-
XYZ7.534.0311.45-
YUV52.87152.34160.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=45.83%
G=9.72%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99219600.790.030.61302.316523.53
Hex63156004F33D12e4118
Octal14325140011737545610130
Binary11000111010111000000100111111111101100101110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631560; }

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

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

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

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

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

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

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

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