#631F5C

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

Shades of Palatinate Purple #631F5C

Tints of Palatinate Purple #631F5C

Color information

#631F5C (or 0x631F5C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1F and 5C. RGB value is (99,31,92). Sum of RGB (Red+Green+Blue) = 99+31+92=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #631F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F5C is #9CE0A3. Grayscale: #3A3A3A. Windows color (decimal): -10281124 or 6037347. OLE color: 6037347.

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

Color convert

RGB993192-
CMYK00.690.070.61
HSL306.18º52.31%25.49%-
HSV(B)306.18º68.69%38.82%-
XYZ7.574.4110.58-
YUV58.29147.03157.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 31 (12.5% from 255) = 13.96%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=44.59%
G=13.96%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99319200.690.070.61306.1852.3125.49
Hex631F5C04573D1323419
Octal1433713401057754626431
Binary11000111111110111000100010111111110110011001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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