Html Css Color HEX #5021BE Purple Heart

📋 copy color: '#5021BE'

red 80 ◦ green 33 ◦ blue 190

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

Shades of Purple Heart #5021BE

Tints of Purple Heart #5021BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

 BLUE value IS 190 (74.61% from 255) = 62.71%

R = 26.4%
G = 10.89%
B = 62.71%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5021BE (or 0x5021BE) is known color: Purple Heart. HEX triplet: 50, 21 and BE. RGB value is (80,33,190). Sum of RGB (Red+Green+Blue) = 80+33+190=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #5021BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021BE is #AFDE41. Grayscale: #404040. Windows color (decimal): -11525698 or 12460368. OLE color: 12460368.

HSL color Cylindrical-coordinate representation of color #5021BE: hue angle of 257.96º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5021BE is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 33 190 -
CMYK 0.58 0.83 0 0.25
HSL 257.96º 0.7% 0.44% -
HSV(B) 257.96º 0.83% 0.75% -
XYZ 13.15 6.51 49.28 -
YUV 64.95 198.57 138.73 -
System Red Green Blue C M Y K H S L
Decimal 80 33 190 0.58 0.83 0 0.25 257.96 0.7 0.44
Hex 50 21 BE 3A 53 0 19 102 46 2C
Octal 120 41 276 72 123 0 31 402 106 54
Binary 1010000 100001 10111110 111010 1010011 0 11001 100000010 1000110 101100

Color Harmonies of #5021BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5021BE

Black with #5021BE

Text Example


Text Example

White with #5021BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5021BE; }

 p { color: rgb(80,33,190); }

 H1.HeaderClassName
 {
   color: #5021BE;
 }
 .AnyTagClassName
 {
   color: #5021BE;
 }
</style>

background-color css

<style>
 a { background-color: #5021BE; }

 a { background-color: rgb(80,33,190); }

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

border-color css

<style>
 span { border-color: #5021BE; }

 span { border-color: rgb(80,33,190); }

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