#631858

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

Shades of Palatinate Purple #631858

Tints of Palatinate Purple #631858

Color information

#631858 (or 0x631858) is unknown color: approx Palatinate Purple. HEX triplet: 63, 18 and 58. RGB value is (99,24,88). Sum of RGB (Red+Green+Blue) = 99+24+88=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #631858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631858 is #9CE7A7. Grayscale: #353535. Windows color (decimal): -10282920 or 5773411. OLE color: 5773411.

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

Color convert

RGB992488-
CMYK00.760.110.61
HSL308.8º60.98%24.12%-
HSV(B)308.8º75.76%38.82%-
XYZ7.234.019.63-
YUV53.72147.35160.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=46.92%
G=11.37%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99248800.760.110.61308.860.9824.12
Hex63185804CB3D1353d18
Octal14330130011413754657530
Binary110001111000101100001001100101111110110011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631858; }

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

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

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

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

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

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

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

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