#631859

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

Shades of Palatinate Purple #631859

Tints of Palatinate Purple #631859

Color information

#631859 (or 0x631859) is unknown color: approx Palatinate Purple. HEX triplet: 63, 18 and 59. RGB value is (99,24,89). Sum of RGB (Red+Green+Blue) = 99+24+89=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #631859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631859 is #9CE7A6. Grayscale: #353535. Windows color (decimal): -10282919 or 5838947. OLE color: 5838947.

HSL color Cylindrical-coordinate representation of color #631859: hue angle of 308º 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 #631859 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB992489-
CMYK00.760.100.61
HSL308º60.98%24.12%-
HSV(B)308º75.76%38.82%-
XYZ7.284.039.85-
YUV53.84147.85160.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=46.70%
G=11.32%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99248900.760.100.6130860.9824.12
Hex63185904CA3D1343d18
Octal14330131011412754647530
Binary110001111000101100101001100101011110110011010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631859; }

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

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

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

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

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

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

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

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