#631C55

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

Shades of Palatinate Purple #631C55

Tints of Palatinate Purple #631C55

Color information

#631C55 (or 0x631C55) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1C and 55. RGB value is (99,28,85). Sum of RGB (Red+Green+Blue) = 99+28+85=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #631C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C55 is #9CE3AA. Grayscale: #373737. Windows color (decimal): -10281899 or 5577827. OLE color: 5577827.

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

Color convert

RGB992885-
CMYK00.720.140.61
HSL311.83º55.91%24.9%-
HSV(B)311.83º71.72%38.82%-
XYZ7.24.149.01-
YUV55.73144.52158.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=46.70%
G=13.21%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99288500.720.140.61311.8355.9124.9
Hex631C55048E3D1383819
Octal14334125011016754707031
Binary110001111100101010101001000111011110110011100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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