Html Css Color HEX #5620AF Purple Heart

📋 copy color: '#5620AF'

red 86 ◦ green 32 ◦ blue 175

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

Shades of Purple Heart #5620AF

Tints of Purple Heart #5620AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.73%

R = 29.35%
G = 10.92%
B = 59.73%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5620AF (or 0x5620AF) is known color: Purple Heart. HEX triplet: 56, 20 and AF. RGB value is (86,32,175). Sum of RGB (Red+Green+Blue) = 86+32+175=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #5620AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5620AF is #A9DF50. Grayscale: #3F3F3F. Windows color (decimal): -11132753 or 11477078. OLE color: 11477078.

HSL color Cylindrical-coordinate representation of color #5620AF: hue angle of 262.66º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5620AF is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 32 175 -
CMYK 0.51 0.82 0 0.31
HSL 262.66º 0.69% 0.41% -
HSV(B) 262.66º 0.82% 0.69% -
XYZ 12.09 6.11 41.1 -
YUV 64.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 86 32 175 0.51 0.82 0 0.31 262.66 0.69 0.41
Hex 56 20 AF 33 52 0 1F 107 45 29
Octal 126 40 257 63 122 0 37 407 105 51
Binary 1010110 100000 10101111 110011 1010010 0 11111 100000111 1000101 101001

Color Harmonies of #5620AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5620AF

Black with #5620AF

Text Example


Text Example

White with #5620AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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