#5930F5

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

Shades of Han Purple #5930F5

Tints of Han Purple #5930F5

Color information

#5930F5 (or 0x5930F5) is unknown color: approx Han Purple. HEX triplet: 59, 30 and F5. RGB value is (89,48,245). Sum of RGB (Red+Green+Blue) = 89+48+245=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 245 (96.09% from 255 or 64.14% from 382); Max value from RGB is 245 - color contains mainly: blue. Hex color #5930F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5930F5 is #A6CF0A. Grayscale: #515151. Windows color (decimal): -10931979 or 16068697. OLE color: 16068697.

HSL color Cylindrical-coordinate representation of color #5930F5: hue angle of 252.49º 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 #5930F5 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8948245-
CMYK0.640.8000.04
HSL252.49º90.78%57.45%-
HSV(B)252.49º80.41%96.08%-
XYZ21.6610.8387.34-
YUV82.72219.58132.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.30%
GREEN value IS 48 (19.14% from 255) = 12.57%
BLUE value IS 245 (96.09% from 255) = 64.14%
R=23.30%
G=12.57%
B=64.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal89482450.640.8000.04252.4990.7857.45
Hex5930F5405004fc5b39
Octal131603651001200437413371
Binary101100111000011110101100000010100000100111111001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5930F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5930F5; }

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

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

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

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

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

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

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

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