Html Css Color HEX #501FAF Purple Heart

📋 copy color: '#501FAF'

red 80 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #501FAF

Tints of Purple Heart #501FAF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.84%

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

R = 27.97%
G = 10.84%
B = 61.19%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#501FAF (or 0x501FAF) is known color: Purple Heart. HEX triplet: 50, 1F and AF. RGB value is (80,31,175). Sum of RGB (Red+Green+Blue) = 80+31+175=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #501FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501FAF is #AFE050. Grayscale: #3D3D3D. Windows color (decimal): -11526225 or 11476816. OLE color: 11476816.

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

Color convert

RGB 80 31 175 -
CMYK 0.54 0.82 0 0.31
HSL 260.42º 0.7% 0.4% -
HSV(B) 260.42º 0.82% 0.69% -
XYZ 11.54 5.78 41.07 -
YUV 62.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 80 31 175 0.54 0.82 0 0.31 260.42 0.7 0.4
Hex 50 1F AF 36 52 0 1F 104 46 28
Octal 120 37 257 66 122 0 37 404 106 50
Binary 1010000 11111 10101111 110110 1010010 0 11111 100000100 1000110 101000

Color Harmonies of #501FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FAF

Black with #501FAF

Text Example


Text Example

White with #501FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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