Html Css Color HEX #5020CA Purple Heart

📋 copy color: '#5020CA'

red 80 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #5020CA

Tints of Purple Heart #5020CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.33%

R = 25.48%
G = 10.19%
B = 64.33%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5020CA (or 0x5020CA) is known color: Purple Heart. HEX triplet: 50, 20 and CA. RGB value is (80,32,202). Sum of RGB (Red+Green+Blue) = 80+32+202=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #5020CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5020CA is #AFDF35. Grayscale: #414141. Windows color (decimal): -11525942 or 13246544. OLE color: 13246544.

HSL color Cylindrical-coordinate representation of color #5020CA: hue angle of 256.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5020CA is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 32 202 -
CMYK 0.60 0.84 0 0.21
HSL 256.94º 0.73% 0.46% -
HSV(B) 256.94º 0.84% 0.79% -
XYZ 14.49 7 56.47 -
YUV 65.73 204.9 138.18 -
System Red Green Blue C M Y K H S L
Decimal 80 32 202 0.60 0.84 0 0.21 256.94 0.73 0.46
Hex 50 20 CA 3C 54 0 15 101 49 2E
Octal 120 40 312 74 124 0 25 401 111 56
Binary 1010000 100000 11001010 111100 1010100 0 10101 100000001 1001001 101110

Color Harmonies of #5020CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5020CA

Black with #5020CA

Text Example


Text Example

White with #5020CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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