Html Css Color HEX #501EAF Purple Heart

📋 copy color: '#501EAF'

red 80 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #501EAF

Tints of Purple Heart #501EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.53%

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

R = 28.07%
G = 10.53%
B = 61.4%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#501EAF (or 0x501EAF) is known color: Purple Heart. HEX triplet: 50, 1E and AF. RGB value is (80,30,175). Sum of RGB (Red+Green+Blue) = 80+30+175=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #501EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501EAF is #AFE150. Grayscale: #3C3C3C. Windows color (decimal): -11526481 or 11476560. OLE color: 11476560.

HSL color Cylindrical-coordinate representation of color #501EAF: hue angle of 260.69º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501EAF is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 30 175 -
CMYK 0.54 0.83 0 0.31
HSL 260.69º 0.71% 0.4% -
HSV(B) 260.69º 0.83% 0.69% -
XYZ 11.51 5.73 41.06 -
YUV 61.48 192.07 141.21 -
System Red Green Blue C M Y K H S L
Decimal 80 30 175 0.54 0.83 0 0.31 260.69 0.71 0.4
Hex 50 1E AF 36 53 0 1F 105 47 28
Octal 120 36 257 66 123 0 37 405 107 50
Binary 1010000 11110 10101111 110110 1010011 0 11111 100000101 1000111 101000

Color Harmonies of #501EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EAF

Black with #501EAF

Text Example


Text Example

White with #501EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501EAF; }

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

 H1.HeaderClassName
 {
   color: #501EAF;
 }
 .AnyTagClassName
 {
   color: #501EAF;
 }
</style>

background-color css

<style>
 a { background-color: #501EAF; }

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

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

border-color css

<style>
 span { border-color: #501EAF; }

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

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