Html Css Color HEX #5721AD Purple Heart

📋 copy color: '#5721AD'

red 87 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #5721AD

Tints of Purple Heart #5721AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 29.69%
G = 11.26%
B = 59.04%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5721AD (or 0x5721AD) is known color: Purple Heart. HEX triplet: 57, 21 and AD. RGB value is (87,33,173). Sum of RGB (Red+Green+Blue) = 87+33+173=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #5721AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5721AD is #A8DE52. Grayscale: #404040. Windows color (decimal): -11066963 or 11346263. OLE color: 11346263.

HSL color Cylindrical-coordinate representation of color #5721AD: hue angle of 263.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5721AD is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 33 173 -
CMYK 0.50 0.81 0 0.32
HSL 263.14º 0.68% 0.4% -
HSV(B) 263.14º 0.81% 0.68% -
XYZ 12.02 6.13 40.09 -
YUV 65.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 87 33 173 0.50 0.81 0 0.32 263.14 0.68 0.4
Hex 57 21 AD 32 51 0 20 107 44 28
Octal 127 41 255 62 121 0 40 407 104 50
Binary 1010111 100001 10101101 110010 1010001 0 100000 100000111 1000100 101000

Color Harmonies of #5721AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5721AD

Black with #5721AD

Text Example


Text Example

White with #5721AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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