#631F63

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

Shades of Palatinate Purple #631F63

Tints of Palatinate Purple #631F63

Color information

#631F63 (or 0x631F63) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1F and 63. RGB value is (99,31,99). Sum of RGB (Red+Green+Blue) = 99+31+99=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #631F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F63 is #9CE09C. Grayscale: #3A3A3A. Windows color (decimal): -10281117 or 6496099. OLE color: 6496099.

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

Color convert

RGB993199-
CMYK00.6900.61
HSL300º52.31%25.49%-
HSV(B)300º68.69%38.82%-
XYZ7.894.5312.26-
YUV59.08150.53156.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 31 (12.5% from 255) = 13.54%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=43.23%
G=13.54%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99319900.6900.6130052.3125.49
Hex631F6304503D12c3419
Octal1433714301050754546431
Binary110001111111110001101000101011110110010110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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