#631962

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

Shades of Palatinate Purple #631962

Tints of Palatinate Purple #631962

Color information

#631962 (or 0x631962) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 62. RGB value is (99,25,98). Sum of RGB (Red+Green+Blue) = 99+25+98=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #631962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631962 is #9CE69D. Grayscale: #373737. Windows color (decimal): -10282654 or 6429027. OLE color: 6429027.

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

Color convert

RGB992598-
CMYK00.750.010.61
HSL300.81º59.68%24.31%-
HSV(B)300.81º74.75%38.82%-
XYZ7.74.2311.97-
YUV55.45152.02159.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=44.59%
G=11.26%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99259800.750.010.61300.8159.6824.31
Hex63196204B13D12d3c18
Octal1433114201131754557430
Binary110001111001110001001001011111110110010110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631962; }

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

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

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

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

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

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

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

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