Html Css Color HEX #5020A5 Purple Heart

📋 copy color: '#5020A5'

red 80 ◦ green 32 ◦ blue 165

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

Shades of Purple Heart #5020A5

Tints of Purple Heart #5020A5

RGB

 RED value IS 80 (31.64% from 255) = 28.88%

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

 BLUE value IS 165 (64.84% from 255) = 59.57%

R = 28.88%
G = 11.55%
B = 59.57%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5020A5 (or 0x5020A5) is known color: Purple Heart. HEX triplet: 50, 20 and A5. RGB value is (80,32,165). Sum of RGB (Red+Green+Blue) = 80+32+165=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 165 (64.84% from 255 or 59.57% from 277); Max value from RGB is 165 - color contains mainly: blue. Hex color #5020A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5020A5 is #AFDF5A. Grayscale: #3D3D3D. Windows color (decimal): -11525979 or 10821712. OLE color: 10821712.

HSL color Cylindrical-coordinate representation of color #5020A5: hue angle of 261.65º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5020A5 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 32 165 -
CMYK 0.52 0.81 0 0.35
HSL 261.65º 0.68% 0.39% -
HSV(B) 261.65º 0.81% 0.65% -
XYZ 10.62 5.46 36.09 -
YUV 61.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 80 32 165 0.52 0.81 0 0.35 261.65 0.68 0.39
Hex 50 20 A5 34 51 0 23 106 44 27
Octal 120 40 245 64 121 0 43 406 104 47
Binary 1010000 100000 10100101 110100 1010001 0 100011 100000110 1000100 100111

Color Harmonies of #5020A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5020A5

Black with #5020A5

Text Example


Text Example

White with #5020A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5020A5; }

 p { color: rgb(80,32,165); }

 H1.HeaderClassName
 {
   color: #5020A5;
 }
 .AnyTagClassName
 {
   color: #5020A5;
 }
</style>

background-color css

<style>
 a { background-color: #5020A5; }

 a { background-color: rgb(80,32,165); }

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

border-color css

<style>
 span { border-color: #5020A5; }

 span { border-color: rgb(80,32,165); }

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