Html Css Color HEX #5021AF Purple Heart

📋 copy color: '#5021AF'

red 80 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #5021AF

Tints of Purple Heart #5021AF

RGB

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

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

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

R = 27.78%
G = 11.46%
B = 60.76%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5021AF (or 0x5021AF) is known color: Purple Heart. HEX triplet: 50, 21 and AF. RGB value is (80,33,175). Sum of RGB (Red+Green+Blue) = 80+33+175=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #5021AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5021AF is #AFDE50. Grayscale: #3E3E3E. Windows color (decimal): -11525713 or 11477328. OLE color: 11477328.

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

Color convert

RGB 80 33 175 -
CMYK 0.54 0.81 0 0.31
HSL 259.86º 0.68% 0.41% -
HSV(B) 259.86º 0.81% 0.69% -
XYZ 11.59 5.89 41.08 -
YUV 63.24 191.07 139.95 -
System Red Green Blue C M Y K H S L
Decimal 80 33 175 0.54 0.81 0 0.31 259.86 0.68 0.41
Hex 50 21 AF 36 51 0 1F 104 44 29
Octal 120 41 257 66 121 0 37 404 104 51
Binary 1010000 100001 10101111 110110 1010001 0 11111 100000100 1000100 101001

Color Harmonies of #5021AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5021AF

Black with #5021AF

Text Example


Text Example

White with #5021AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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