Html Css Color HEX #5719FA Han Purple

📋 copy color: '#5719FA'

red 87 ◦ green 25 ◦ blue 250

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

Shades of Han Purple #5719FA

Tints of Han Purple #5719FA

RGB

 RED value IS 87 (34.38% from 255) = 24.03%

 GREEN value IS 25 (10.16% from 255) = 6.91%

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

R = 24.03%
G = 6.91%
B = 69.06%

CMYK

 C value IS 0.65

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5719FA (or 0x5719FA) is known color: Han Purple. HEX triplet: 57, 19 and FA. RGB value is (87,25,250). Sum of RGB (Red+Green+Blue) = 87+25+250=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #5719FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5719FA is #A8E605. Grayscale: #444444. Windows color (decimal): -11068934 or 16390487. OLE color: 16390487.

HSL color Cylindrical-coordinate representation of color #5719FA: hue angle of 256.53º 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 #5719FA is Cyan = 0.65, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 25 250 -
CMYK 0.65 0.9 0 0.02
HSL 256.53º 0.96% 0.54% -
HSV(B) 256.53º 0.9% 0.98% -
XYZ 21.53 9.62 91.17 -
YUV 69.19 230.04 140.7 -
System Red Green Blue C M Y K H S L
Decimal 87 25 250 0.65 0.9 0 0.02 256.53 0.96 0.54
Hex 57 19 FA 41 5A 0 2 101 60 36
Octal 127 31 372 101 132 0 2 401 140 66
Binary 1010111 11001 11111010 1000001 1011010 0 10 100000001 1100000 110110

Color Harmonies of #5719FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5719FA

Black with #5719FA

Text Example


Text Example

White with #5719FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,25,250); }

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

background-color css

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

 a { background-color: rgb(87,25,250); }

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

border-color css

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

 span { border-color: rgb(87,25,250); }

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