Html Css Color HEX #5720ED Han Purple

📋 copy color: '#5720ED'

red 87 ◦ green 32 ◦ blue 237

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

Shades of Han Purple #5720ED

Tints of Han Purple #5720ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

 BLUE value IS 237 (92.97% from 255) = 66.57%

R = 24.44%
G = 8.99%
B = 66.57%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5720ED (or 0x5720ED) is known color: Han Purple. HEX triplet: 57, 20 and ED. RGB value is (87,32,237). Sum of RGB (Red+Green+Blue) = 87+32+237=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #5720ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5720ED is #A8DF12. Grayscale: #474747. Windows color (decimal): -11067155 or 15540311. OLE color: 15540311.

HSL color Cylindrical-coordinate representation of color #5720ED: hue angle of 256.1º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5720ED is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 32 237 -
CMYK 0.63 0.86 0 0.07
HSL 256.1º 0.85% 0.53% -
HSV(B) 256.1º 0.86% 0.93% -
XYZ 19.73 9.17 80.85 -
YUV 71.82 221.22 138.83 -
System Red Green Blue C M Y K H S L
Decimal 87 32 237 0.63 0.86 0 0.07 256.1 0.85 0.53
Hex 57 20 ED 3F 56 0 7 100 55 35
Octal 127 40 355 77 126 0 7 400 125 65
Binary 1010111 100000 11101101 111111 1010110 0 111 100000000 1010101 110101

Color Harmonies of #5720ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5720ED

Black with #5720ED

Text Example


Text Example

White with #5720ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5720ED; }

 p { color: rgb(87,32,237); }

 H1.HeaderClassName
 {
   color: #5720ED;
 }
 .AnyTagClassName
 {
   color: #5720ED;
 }
</style>

background-color css

<style>
 a { background-color: #5720ED; }

 a { background-color: rgb(87,32,237); }

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

border-color css

<style>
 span { border-color: #5720ED; }

 span { border-color: rgb(87,32,237); }

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