Html Css Color HEX #5620AD Purple Heart

📋 copy color: '#5620AD'

red 86 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #5620AD

Tints of Purple Heart #5620AD

RGB

 RED value IS 86 (33.98% from 255) = 29.55%

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

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

R = 29.55%
G = 11%
B = 59.45%

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

#5620AD (or 0x5620AD) is known color: Purple Heart. HEX triplet: 56, 20 and AD. RGB value is (86,32,173). Sum of RGB (Red+Green+Blue) = 86+32+173=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #5620AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5620AD is #A9DF52. Grayscale: #3F3F3F. Windows color (decimal): -11132755 or 11346006. OLE color: 11346006.

HSL color Cylindrical-coordinate representation of color #5620AD: hue angle of 262.98º 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 #5620AD is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 32 173 -
CMYK 0.50 0.82 0 0.32
HSL 262.98º 0.69% 0.4% -
HSV(B) 262.98º 0.82% 0.68% -
XYZ 11.9 6.03 40.07 -
YUV 64.22 189.39 143.54 -
System Red Green Blue C M Y K H S L
Decimal 86 32 173 0.50 0.82 0 0.32 262.98 0.69 0.4
Hex 56 20 AD 32 52 0 20 107 45 28
Octal 126 40 255 62 122 0 40 407 105 50
Binary 1010110 100000 10101101 110010 1010010 0 100000 100000111 1000101 101000

Color Harmonies of #5620AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5620AD

Black with #5620AD

Text Example


Text Example

White with #5620AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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