#631561

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

Shades of Palatinate Purple #631561

Tints of Palatinate Purple #631561

Color information

#631561 (or 0x631561) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 61. RGB value is (99,21,97). Sum of RGB (Red+Green+Blue) = 99+21+97=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #631561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631561 is #9CEA9E. Grayscale: #343434. Windows color (decimal): -10283679 or 6362467. OLE color: 6362467.

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

Color convert

RGB992197-
CMYK00.790.020.61
HSL301.54º65%23.53%-
HSV(B)301.54º78.79%38.82%-
XYZ7.574.0511.69-
YUV52.99152.84160.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=45.62%
G=9.68%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99219700.790.020.61301.546523.53
Hex63156104F23D12e4118
Octal14325141011727545610130
Binary11000111010111000010100111110111101100101110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631561; }

 p { color: rgb(99,21,97); }

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

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

 a { background-color: rgb(99,21,97); }

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

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

 span { border-color: rgb(99,21,97); }

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