#631964

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

Shades of Palatinate Purple #631964

Tints of Palatinate Purple #631964

Color information

#631964 (or 0x631964) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 64. RGB value is (99,25,100). Sum of RGB (Red+Green+Blue) = 99+25+100=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #631964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631964 is #9CE69B. Grayscale: #373737. Windows color (decimal): -10282652 or 6560099. OLE color: 6560099.

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

Color convert

RGB9925100-
CMYK0.010.7500.61
HSL299.2º60%24.51%-
HSV(B)299.2º75%39.22%-
XYZ7.794.2712.47-
YUV55.68153.02158.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 100 (39.45% from 255) = 44.64%
R=44.20%
G=11.16%
B=44.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99251000.010.7500.61299.26024.51
Hex63196414B03D12b3c19
Octal1433114411130754537431
Binary110001111001110010011001011011110110010101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631964; }

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

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

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

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

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

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

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

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