Html Css Color HEX #5716F1 Han Purple

📋 copy color: '#5716F1'

red 87 ◦ green 22 ◦ blue 241

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

Shades of Han Purple #5716F1

Tints of Han Purple #5716F1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.29%

 BLUE value IS 241 (94.53% from 255) = 68.86%

R = 24.86%
G = 6.29%
B = 68.86%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5716F1 (or 0x5716F1) is known color: Han Purple. HEX triplet: 57, 16 and F1. RGB value is (87,22,241). Sum of RGB (Red+Green+Blue) = 87+22+241=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #5716F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5716F1 is #A8E90E. Grayscale: #414141. Windows color (decimal): -11069711 or 15799895. OLE color: 15799895.

HSL color Cylindrical-coordinate representation of color #5716F1: hue angle of 257.81º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5716F1 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 22 241 -
CMYK 0.64 0.91 0 0.05
HSL 257.81º 0.89% 0.52% -
HSV(B) 257.81º 0.91% 0.95% -
XYZ 20.09 8.95 83.89 -
YUV 66.4 226.53 142.69 -
System Red Green Blue C M Y K H S L
Decimal 87 22 241 0.64 0.91 0 0.05 257.81 0.89 0.52
Hex 57 16 F1 40 5B 0 5 102 59 34
Octal 127 26 361 100 133 0 5 402 131 64
Binary 1010111 10110 11110001 1000000 1011011 0 101 100000010 1011001 110100

Color Harmonies of #5716F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5716F1

Black with #5716F1

Text Example


Text Example

White with #5716F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5716F1; }

 p { color: rgb(87,22,241); }

 H1.HeaderClassName
 {
   color: #5716F1;
 }
 .AnyTagClassName
 {
   color: #5716F1;
 }
</style>

background-color css

<style>
 a { background-color: #5716F1; }

 a { background-color: rgb(87,22,241); }

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

border-color css

<style>
 span { border-color: #5716F1; }

 span { border-color: rgb(87,22,241); }

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