Html Css Color HEX #5719FF Han Purple

📋 copy color: '#5719FF'

red 87 ◦ green 25 ◦ blue 255

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

Shades of Han Purple #5719FF

Tints of Han Purple #5719FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.48%

R = 23.71%
G = 6.81%
B = 69.48%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5719FF (or 0x5719FF) is known color: Han Purple. HEX triplet: 57, 19 and FF. RGB value is (87,25,255). Sum of RGB (Red+Green+Blue) = 87+25+255=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #5719FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5719FF is #A8E600. Grayscale: #444444. Windows color (decimal): -11068929 or 16718167. OLE color: 16718167.

HSL color Cylindrical-coordinate representation of color #5719FF: hue angle of 256.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5719FF is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 25 255 -
CMYK 0.66 0.90 0 0
HSL 256.17º 1% 0.55% -
HSV(B) 256.17º 0.9% 1% -
XYZ 22.33 9.94 95.35 -
YUV 69.76 232.54 140.3 -
System Red Green Blue C M Y K H S L
Decimal 87 25 255 0.66 0.90 0 0 256.17 1 0.55
Hex 57 19 FF 42 5A 0 0 100 64 37
Octal 127 31 377 102 132 0 0 400 144 67
Binary 1010111 11001 11111111 1000010 1011010 0 0 100000000 1100100 110111

Color Harmonies of #5719FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5719FF

Black with #5719FF

Text Example


Text Example

White with #5719FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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