#631457

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

Shades of Palatinate Purple #631457

Tints of Palatinate Purple #631457

Color information

#631457 (or 0x631457) is unknown color: approx Palatinate Purple. HEX triplet: 63, 14 and 57. RGB value is (99,20,87). Sum of RGB (Red+Green+Blue) = 99+20+87=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #631457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631457 is #9CEBA8. Grayscale: #333333. Windows color (decimal): -10283945 or 5706851. OLE color: 5706851.

HSL color Cylindrical-coordinate representation of color #631457: hue angle of 309.11º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631457 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB992087-
CMYK00.800.120.61
HSL309.11º66.39%23.33%-
HSV(B)309.11º79.8%38.82%-
XYZ7.123.849.38-
YUV51.26148.17162.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 20 (8.20% from 255) = 9.71%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=48.06%
G=9.71%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99208700.800.120.61309.1166.3923.33
Hex631457050C3D1354217
Octal143241270120147546510227
Binary1100011101001010111010100001100111101100110101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631457; }

 p { color: rgb(99,20,87); }

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

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

 a { background-color: rgb(99,20,87); }

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

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

 span { border-color: rgb(99,20,87); }

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