Html Css Color HEX #5911FA Han Purple

📋 copy color: '#5911FA'

red 89 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #5911FA

Tints of Han Purple #5911FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.78%

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

R = 25%
G = 4.78%
B = 70.22%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5911FA (or 0x5911FA) is known color: Han Purple. HEX triplet: 59, 11 and FA. RGB value is (89,17,250). Sum of RGB (Red+Green+Blue) = 89+17+250=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #5911FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5911FA is #A6EE05. Grayscale: #404040. Windows color (decimal): -10939910 or 16388441. OLE color: 16388441.

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

Color convert

RGB 89 17 250 -
CMYK 0.64 0.93 0 0.02
HSL 258.54º 0.96% 0.52% -
HSV(B) 258.54º 0.93% 0.98% -
XYZ 21.58 9.43 91.12 -
YUV 65.09 232.35 145.05 -
System Red Green Blue C M Y K H S L
Decimal 89 17 250 0.64 0.93 0 0.02 258.54 0.96 0.52
Hex 59 11 FA 40 5D 0 2 103 60 34
Octal 131 21 372 100 135 0 2 403 140 64
Binary 1011001 10001 11111010 1000000 1011101 0 10 100000011 1100000 110100

Color Harmonies of #5911FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5911FA

Black with #5911FA

Text Example


Text Example

White with #5911FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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