Html Css Color HEX #5021BC Purple Heart

📋 copy color: '#5021BC'

red 80 ◦ green 33 ◦ blue 188

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

Shades of Purple Heart #5021BC

Tints of Purple Heart #5021BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 26.58%
G = 10.96%
B = 62.46%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5021BC (or 0x5021BC) is known color: Purple Heart. HEX triplet: 50, 21 and BC. RGB value is (80,33,188). Sum of RGB (Red+Green+Blue) = 80+33+188=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #5021BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021BC is #AFDE43. Grayscale: #404040. Windows color (decimal): -11525700 or 12329296. OLE color: 12329296.

HSL color Cylindrical-coordinate representation of color #5021BC: hue angle of 258.19º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5021BC is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 33 188 -
CMYK 0.57 0.82 0 0.26
HSL 258.19º 0.7% 0.43% -
HSV(B) 258.19º 0.82% 0.74% -
XYZ 12.93 6.42 48.14 -
YUV 64.72 197.57 138.9 -
System Red Green Blue C M Y K H S L
Decimal 80 33 188 0.57 0.82 0 0.26 258.19 0.7 0.43
Hex 50 21 BC 39 52 0 1A 102 46 2B
Octal 120 41 274 71 122 0 32 402 106 53
Binary 1010000 100001 10111100 111001 1010010 0 11010 100000010 1000110 101011

Color Harmonies of #5021BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5021BC

Black with #5021BC

Text Example


Text Example

White with #5021BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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