#631F61

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

Shades of Palatinate Purple #631F61

Tints of Palatinate Purple #631F61

Color information

#631F61 (or 0x631F61) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1F and 61. RGB value is (99,31,97). Sum of RGB (Red+Green+Blue) = 99+31+97=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #631F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F61 is #9CE09E. Grayscale: #3A3A3A. Windows color (decimal): -10281119 or 6365027. OLE color: 6365027.

HSL color Cylindrical-coordinate representation of color #631F61: hue angle of 301.76º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #631F61 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB993197-
CMYK00.690.020.61
HSL301.76º52.31%25.49%-
HSV(B)301.76º68.69%38.82%-
XYZ7.794.511.77-
YUV58.86149.53156.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=43.61%
G=13.66%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99319700.690.020.61301.7652.3125.49
Hex631F6104523D12e3419
Octal1433714101052754566431
Binary1100011111111100001010001011011110110010111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631F61; }

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

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

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

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

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

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

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

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