Html Css Color HEX #5721DD Han Purple

📋 copy color: '#5721DD'

red 87 ◦ green 33 ◦ blue 221

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

Shades of Han Purple #5721DD

Tints of Han Purple #5721DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 25.51%
G = 9.68%
B = 64.81%

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

#5721DD (or 0x5721DD) is known color: Han Purple. HEX triplet: 57, 21 and DD. RGB value is (87,33,221). Sum of RGB (Red+Green+Blue) = 87+33+221=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #5721DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5721DD is #A8DE22. Grayscale: #454545. Windows color (decimal): -11066915 or 14491991. OLE color: 14491991.

HSL color Cylindrical-coordinate representation of color #5721DD: hue angle of 257.23º degrees, saturation: 0.74, 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 #5721DD is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 33 221 -
CMYK 0.61 0.85 0 0.13
HSL 257.23º 0.74% 0.5% -
HSV(B) 257.23º 0.85% 0.87% -
XYZ 17.53 8.33 69.09 -
YUV 70.58 212.89 139.71 -
System Red Green Blue C M Y K H S L
Decimal 87 33 221 0.61 0.85 0 0.13 257.23 0.74 0.5
Hex 57 21 DD 3D 55 0 D 101 4A 32
Octal 127 41 335 75 125 0 15 401 112 62
Binary 1010111 100001 11011101 111101 1010101 0 1101 100000001 1001010 110010

Color Harmonies of #5721DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5721DD

Black with #5721DD

Text Example


Text Example

White with #5721DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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