#631955

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

Shades of Palatinate Purple #631955

Tints of Palatinate Purple #631955

Color information

#631955 (or 0x631955) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 55. RGB value is (99,25,85). Sum of RGB (Red+Green+Blue) = 99+25+85=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #631955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631955 is #9CE6AA. Grayscale: #353535. Windows color (decimal): -10282667 or 5577059. OLE color: 5577059.

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

Color convert

RGB992585-
CMYK00.750.140.61
HSL311.35º59.68%24.31%-
HSV(B)311.35º74.75%38.82%-
XYZ7.1348.99-
YUV53.97145.52160.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=47.37%
G=11.96%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99258500.750.140.61311.3559.6824.31
Hex63195504BE3D1373c18
Octal14331125011316754677430
Binary110001111001101010101001011111011110110011011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631955; }

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

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

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

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

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

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

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

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