#631562

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

Shades of Palatinate Purple #631562

Tints of Palatinate Purple #631562

Color information

#631562 (or 0x631562) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 62. RGB value is (99,21,98). Sum of RGB (Red+Green+Blue) = 99+21+98=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #631562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631562 is #9CEA9D. Grayscale: #343434. Windows color (decimal): -10283678 or 6428003. OLE color: 6428003.

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

Color convert

RGB992198-
CMYK00.790.010.61
HSL300.77º65%23.53%-
HSV(B)300.77º78.79%38.82%-
XYZ7.624.0711.94-
YUV53.1153.34160.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=45.41%
G=9.63%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99219800.790.010.61300.776523.53
Hex63156204F13D12d4118
Octal14325142011717545510130
Binary1100011101011100010010011111111101100101101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631562; }

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

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

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

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

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

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

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

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