#5A2663

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

Shades of Hot Purple #5A2663

Tints of Hot Purple #5A2663

Color information

#5A2663 (or 0x5A2663) is unknown color: approx Hot Purple. HEX triplet: 5A, 26 and 63. RGB value is (90,38,99). Sum of RGB (Red+Green+Blue) = 90+38+99=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A2663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2663 is #A5D99C. Grayscale: #3C3C3C. Windows color (decimal): -10869149 or 6497882. OLE color: 6497882.

HSL color Cylindrical-coordinate representation of color #5A2663: hue angle of 291.15º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A2663 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB903899-
CMYK0.090.6200.61
HSL291.15º44.53%26.86%-
HSV(B)291.15º61.62%38.82%-
XYZ7.164.4612.29-
YUV60.5149.73149.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.65%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=39.65%
G=16.74%
B=43.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9038990.090.6200.61291.1544.5326.86
Hex5A266393E03D1232d1b
Octal1324614311760754435533
Binary101101010011011000111001111110011110110010001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A2663; }

 p { color: rgb(90,38,99); }

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

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

 a { background-color: rgb(90,38,99); }

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

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

 span { border-color: rgb(90,38,99); }

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