#5A30F5

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

Shades of Han Purple #5A30F5

Tints of Han Purple #5A30F5

Color information

#5A30F5 (or 0x5A30F5) is unknown color: approx Han Purple. HEX triplet: 5A, 30 and F5. RGB value is (90,48,245). Sum of RGB (Red+Green+Blue) = 90+48+245=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 245 (96.09% from 255 or 63.97% from 383); Max value from RGB is 245 - color contains mainly: blue. Hex color #5A30F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A30F5 is #A5CF0A. Grayscale: #525252. Windows color (decimal): -10866443 or 16068698. OLE color: 16068698.

HSL color Cylindrical-coordinate representation of color #5A30F5: hue angle of 252.79º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A30F5 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9048245-
CMYK0.630.8000.04
HSL252.79º90.78%57.45%-
HSV(B)252.79º80.41%96.08%-
XYZ21.7510.8887.34-
YUV83.02219.41132.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.50%
GREEN value IS 48 (19.14% from 255) = 12.53%
BLUE value IS 245 (96.09% from 255) = 63.97%
R=23.50%
G=12.53%
B=63.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal90482450.630.8000.04252.7990.7857.45
Hex5A30F53F5004fd5b39
Octal13260365771200437513371
Binary10110101100001111010111111110100000100111111011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A30F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,48,245); }

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

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

 a { background-color: rgb(90,48,245); }

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

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

 span { border-color: rgb(90,48,245); }

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