Html Css Color HEX #5720AD Purple Heart

📋 copy color: '#5720AD'

red 87 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #5720AD

Tints of Purple Heart #5720AD

RGB

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

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

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

R = 29.79%
G = 10.96%
B = 59.25%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5720AD (or 0x5720AD) is known color: Purple Heart. HEX triplet: 57, 20 and AD. RGB value is (87,32,173). Sum of RGB (Red+Green+Blue) = 87+32+173=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #5720AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5720AD is #A8DF52. Grayscale: #404040. Windows color (decimal): -11067219 or 11346007. OLE color: 11346007.

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

Color convert

RGB 87 32 173 -
CMYK 0.50 0.82 0 0.32
HSL 263.4º 0.69% 0.4% -
HSV(B) 263.4º 0.82% 0.68% -
XYZ 11.99 6.08 40.08 -
YUV 64.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 87 32 173 0.50 0.82 0 0.32 263.4 0.69 0.4
Hex 57 20 AD 32 52 0 20 107 45 28
Octal 127 40 255 62 122 0 40 407 105 50
Binary 1010111 100000 10101101 110010 1010010 0 100000 100000111 1000101 101000

Color Harmonies of #5720AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5720AD

Black with #5720AD

Text Example


Text Example

White with #5720AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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