#631A62

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

Shades of Palatinate Purple #631A62

Tints of Palatinate Purple #631A62

Color information

#631A62 (or 0x631A62) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1A and 62. RGB value is (99,26,98). Sum of RGB (Red+Green+Blue) = 99+26+98=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #631A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A62 is #9CE59D. Grayscale: #373737. Windows color (decimal): -10282398 or 6429283. OLE color: 6429283.

HSL color Cylindrical-coordinate representation of color #631A62: hue angle of 300.82º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A62 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB992698-
CMYK00.740.010.61
HSL300.82º58.4%24.51%-
HSV(B)300.82º73.74%38.82%-
XYZ7.724.2711.97-
YUV56.04151.68158.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=44.39%
G=11.66%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99269800.740.010.61300.8258.424.51
Hex631A6204A13D12d3a19
Octal1433214201121754557231
Binary110001111010110001001001010111110110010110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631A62; }

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

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

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

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

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

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

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

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