#631F5F

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

Shades of Palatinate Purple #631F5F

Tints of Palatinate Purple #631F5F

Color information

#631F5F (or 0x631F5F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1F and 5F. RGB value is (99,31,95). Sum of RGB (Red+Green+Blue) = 99+31+95=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #631F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F5F is #9CE0A0. Grayscale: #3A3A3A. Windows color (decimal): -10281121 or 6233955. OLE color: 6233955.

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

Color convert

RGB993195-
CMYK00.690.040.61
HSL303.53º52.31%25.49%-
HSV(B)303.53º68.69%38.82%-
XYZ7.74.4611.28-
YUV58.63148.53156.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=44%
G=13.78%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99319500.690.040.61303.5352.3125.49
Hex631F5F04543D1303419
Octal1433713701054754606431
Binary11000111111110111110100010110011110110011000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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