#631860

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

Shades of Palatinate Purple #631860

Tints of Palatinate Purple #631860

Color information

#631860 (or 0x631860) is unknown color: approx Palatinate Purple. HEX triplet: 63, 18 and 60. RGB value is (99,24,96). Sum of RGB (Red+Green+Blue) = 99+24+96=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #631860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631860 is #9CE79F. Grayscale: #363636. Windows color (decimal): -10282912 or 6297699. OLE color: 6297699.

HSL color Cylindrical-coordinate representation of color #631860: hue angle of 302.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631860 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB992496-
CMYK00.760.030.61
HSL302.4º60.98%24.12%-
HSV(B)302.4º75.76%38.82%-
XYZ7.584.1511.47-
YUV54.63151.35159.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=45.21%
G=10.96%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99249600.760.030.61302.460.9824.12
Hex63186004C33D12e3d18
Octal1433014001143754567530
Binary1100011110001100000010011001111110110010111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631860; }

 p { color: rgb(99,24,96); }

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

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

 a { background-color: rgb(99,24,96); }

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

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

 span { border-color: rgb(99,24,96); }

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