#631E5C

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

Shades of Palatinate Purple #631E5C

Tints of Palatinate Purple #631E5C

Color information

#631E5C (or 0x631E5C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1E and 5C. RGB value is (99,30,92). Sum of RGB (Red+Green+Blue) = 99+30+92=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #631E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631E5C is #9CE1A3. Grayscale: #393939. Windows color (decimal): -10281380 or 6037091. OLE color: 6037091.

HSL color Cylindrical-coordinate representation of color #631E5C: hue angle of 306.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E5C is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB993092-
CMYK00.700.070.61
HSL306.09º53.49%25.29%-
HSV(B)306.09º69.7%38.82%-
XYZ7.544.3510.57-
YUV57.7147.36157.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=44.80%
G=13.57%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99309200.700.070.61306.0953.4925.29
Hex631E5C04673D1323519
Octal1433613401067754626531
Binary11000111111010111000100011011111110110011001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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