#631960

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

Shades of Palatinate Purple #631960

Tints of Palatinate Purple #631960

Color information

#631960 (or 0x631960) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 60. RGB value is (99,25,96). Sum of RGB (Red+Green+Blue) = 99+25+96=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #631960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631960 is #9CE69F. Grayscale: #373737. Windows color (decimal): -10282656 or 6297955. OLE color: 6297955.

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

Color convert

RGB992596-
CMYK00.750.030.61
HSL302.43º59.68%24.31%-
HSV(B)302.43º74.75%38.82%-
XYZ7.64.1911.47-
YUV55.22151.02159.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=45%
G=11.36%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99259600.750.030.61302.4359.6824.31
Hex63196004B33D12e3c18
Octal1433114001133754567430
Binary1100011110011100000010010111111110110010111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631960; }

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

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

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

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

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

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

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

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