Html Css Color HEX #5730ED Han Purple

📋 copy color: '#5730ED'

red 87 ◦ green 48 ◦ blue 237

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

Shades of Han Purple #5730ED

Tints of Han Purple #5730ED

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.9%

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

R = 23.39%
G = 12.9%
B = 63.71%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5730ED (or 0x5730ED) is known color: Han Purple. HEX triplet: 57, 30 and ED. RGB value is (87,48,237). Sum of RGB (Red+Green+Blue) = 87+48+237=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #5730ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5730ED is #A8CF12. Grayscale: #505050. Windows color (decimal): -11063059 or 15544407. OLE color: 15544407.

HSL color Cylindrical-coordinate representation of color #5730ED: hue angle of 252.38º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5730ED is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 48 237 -
CMYK 0.63 0.80 0 0.07
HSL 252.38º 0.84% 0.56% -
HSV(B) 252.38º 0.8% 0.93% -
XYZ 20.27 10.25 81.03 -
YUV 81.21 215.92 132.13 -
System Red Green Blue C M Y K H S L
Decimal 87 48 237 0.63 0.80 0 0.07 252.38 0.84 0.56
Hex 57 30 ED 3F 50 0 7 FC 54 38
Octal 127 60 355 77 120 0 7 374 124 70
Binary 1010111 110000 11101101 111111 1010000 0 111 11111100 1010100 111000

Color Harmonies of #5730ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5730ED

Black with #5730ED

Text Example


Text Example

White with #5730ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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