#631C53

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

Shades of Palatinate Purple #631C53

Tints of Palatinate Purple #631C53

Color information

#631C53 (or 0x631C53) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1C and 53. RGB value is (99,28,83). Sum of RGB (Red+Green+Blue) = 99+28+83=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #631C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C53 is #9CE3AC. Grayscale: #373737. Windows color (decimal): -10281901 or 5446755. OLE color: 5446755.

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

Color convert

RGB992883-
CMYK00.720.160.61
HSL313.52º55.91%24.9%-
HSV(B)313.52º71.72%38.82%-
XYZ7.124.118.6-
YUV55.5143.52159.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=47.14%
G=13.33%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99288300.720.160.61313.5255.9124.9
Hex631C53048103D13a3819
Octal14334123011020754727031
Binary1100011111001010011010010001000011110110011101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,28,83); }

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

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

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

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

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

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

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