Html Css Color HEX #5721DF Han Purple

📋 copy color: '#5721DF'

red 87 ◦ green 33 ◦ blue 223

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

Shades of Han Purple #5721DF

Tints of Han Purple #5721DF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.62%

 BLUE value IS 223 (87.5% from 255) = 65.01%

R = 25.36%
G = 9.62%
B = 65.01%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5721DF (or 0x5721DF) is known color: Han Purple. HEX triplet: 57, 21 and DF. RGB value is (87,33,223). Sum of RGB (Red+Green+Blue) = 87+33+223=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #5721DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5721DF is #A8DE20. Grayscale: #464646. Windows color (decimal): -11066913 or 14623063. OLE color: 14623063.

HSL color Cylindrical-coordinate representation of color #5721DF: hue angle of 257.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5721DF is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 33 223 -
CMYK 0.61 0.85 0 0.13
HSL 257.05º 0.75% 0.5% -
HSV(B) 257.05º 0.85% 0.87% -
XYZ 17.79 8.44 70.5 -
YUV 70.81 213.89 139.55 -
System Red Green Blue C M Y K H S L
Decimal 87 33 223 0.61 0.85 0 0.13 257.05 0.75 0.5
Hex 57 21 DF 3D 55 0 D 101 4B 32
Octal 127 41 337 75 125 0 15 401 113 62
Binary 1010111 100001 11011111 111101 1010101 0 1101 100000001 1001011 110010

Color Harmonies of #5721DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5721DF

Black with #5721DF

Text Example


Text Example

White with #5721DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5721DF; }

 p { color: rgb(87,33,223); }

 H1.HeaderClassName
 {
   color: #5721DF;
 }
 .AnyTagClassName
 {
   color: #5721DF;
 }
</style>

background-color css

<style>
 a { background-color: #5721DF; }

 a { background-color: rgb(87,33,223); }

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

border-color css

<style>
 span { border-color: #5721DF; }

 span { border-color: rgb(87,33,223); }

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