#631954

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

Shades of Palatinate Purple #631954

Tints of Palatinate Purple #631954

Color information

#631954 (or 0x631954) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 54. RGB value is (99,25,84). Sum of RGB (Red+Green+Blue) = 99+25+84=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #631954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631954 is #9CE6AB. Grayscale: #353535. Windows color (decimal): -10282668 or 5511523. OLE color: 5511523.

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

Color convert

RGB992584-
CMYK00.750.150.61
HSL312.16º59.68%24.31%-
HSV(B)312.16º74.75%38.82%-
XYZ7.093.998.78-
YUV53.85145.02160.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=47.60%
G=12.02%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99258400.750.150.61312.1659.6824.31
Hex63195404BF3D1383c18
Octal14331124011317754707430
Binary110001111001101010001001011111111110110011100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631954; }

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

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

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

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

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

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

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

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