#631862

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

Shades of Palatinate Purple #631862

Tints of Palatinate Purple #631862

Color information

#631862 (or 0x631862) is unknown color: approx Palatinate Purple. HEX triplet: 63, 18 and 62. RGB value is (99,24,98). Sum of RGB (Red+Green+Blue) = 99+24+98=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #631862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631862 is #9CE79D. Grayscale: #363636. Windows color (decimal): -10282910 or 6428771. OLE color: 6428771.

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

Color convert

RGB992498-
CMYK00.760.010.61
HSL300.8º60.98%24.12%-
HSV(B)300.8º75.76%38.82%-
XYZ7.684.1911.96-
YUV54.86152.35159.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=44.80%
G=10.86%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99249800.760.010.61300.860.9824.12
Hex63186204C13D12d3d18
Octal1433014201141754557530
Binary110001111000110001001001100111110110010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631862; }

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

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

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

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

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

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

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

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