Html Css Color HEX #5918FA Han Purple

📋 copy color: '#5918FA'

red 89 ◦ green 24 ◦ blue 250

#5918FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5918FA

Tints of Han Purple #5918FA

RGB

 RED value IS 89 (35.16% from 255) = 24.52%

 GREEN value IS 24 (9.77% from 255) = 6.61%

 BLUE value IS 250 (98.05% from 255) = 68.87%

R = 24.52%
G = 6.61%
B = 68.87%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5918FA (or 0x5918FA) is known color: Han Purple. HEX triplet: 59, 18 and FA. RGB value is (89,24,250). Sum of RGB (Red+Green+Blue) = 89+24+250=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #5918FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5918FA is #A6E705. Grayscale: #444444. Windows color (decimal): -10938118 or 16390233. OLE color: 16390233.

HSL color Cylindrical-coordinate representation of color #5918FA: hue angle of 257.26º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5918FA is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 24 250 -
CMYK 0.64 0.90 0 0.02
HSL 257.26º 0.96% 0.54% -
HSV(B) 257.26º 0.9% 0.98% -
XYZ 21.7 9.68 91.17 -
YUV 69.2 230.03 142.12 -
System Red Green Blue C M Y K H S L
Decimal 89 24 250 0.64 0.90 0 0.02 257.26 0.96 0.54
Hex 59 18 FA 40 5A 0 2 101 60 36
Octal 131 30 372 100 132 0 2 401 140 66
Binary 1011001 11000 11111010 1000000 1011010 0 10 100000001 1100000 110110

Color Harmonies of #5918FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5918FA

Black with #5918FA

Text Example


Text Example

White with #5918FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5918FA; }

 p { color: rgb(89,24,250); }

 H1.HeaderClassName
 {
   color: #5918FA;
 }
 .AnyTagClassName
 {
   color: #5918FA;
 }
</style>

background-color css

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

 a { background-color: rgb(89,24,250); }

 div.DivClassName
 {
   background-color: #5918FA;
 }
 .BgClassName
 {
   background-color: #5918FA;
 }
</style>

border-color css

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

 span { border-color: rgb(89,24,250); }

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