#631656

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

Shades of Palatinate Purple #631656

Tints of Palatinate Purple #631656

Color information

#631656 (or 0x631656) is unknown color: approx Palatinate Purple. HEX triplet: 63, 16 and 56. RGB value is (99,22,86). Sum of RGB (Red+Green+Blue) = 99+22+86=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #631656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631656 is #9CE9A9. Grayscale: #343434. Windows color (decimal): -10283434 or 5641827. OLE color: 5641827.

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

Color convert

RGB992286-
CMYK00.780.130.61
HSL310.13º63.64%23.73%-
HSV(B)310.13º77.78%38.82%-
XYZ7.113.99.18-
YUV52.32147.01161.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=47.83%
G=10.63%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99228600.780.130.61310.1363.6423.73
Hex63165604ED3D1364018
Octal143261260116157546610030
Binary1100011101101010110010011101101111101100110110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631656; }

 p { color: rgb(99,22,86); }

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

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

 a { background-color: rgb(99,22,86); }

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

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

 span { border-color: rgb(99,22,86); }

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