Html Css Color HEX #501FBF Purple Heart

📋 copy color: '#501FBF'

red 80 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #501FBF

Tints of Purple Heart #501FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.25%

R = 26.49%
G = 10.26%
B = 63.25%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#501FBF (or 0x501FBF) is known color: Purple Heart. HEX triplet: 50, 1F and BF. RGB value is (80,31,191). Sum of RGB (Red+Green+Blue) = 80+31+191=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #501FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FBF is #AFE040. Grayscale: #3F3F3F. Windows color (decimal): -11526209 or 12525392. OLE color: 12525392.

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

Color convert

RGB 80 31 191 -
CMYK 0.58 0.84 0 0.25
HSL 258.38º 0.72% 0.44% -
HSV(B) 258.38º 0.84% 0.75% -
XYZ 13.2 6.45 49.84 -
YUV 63.89 199.73 139.49 -
System Red Green Blue C M Y K H S L
Decimal 80 31 191 0.58 0.84 0 0.25 258.38 0.72 0.44
Hex 50 1F BF 3A 54 0 19 102 48 2C
Octal 120 37 277 72 124 0 31 402 110 54
Binary 1010000 11111 10111111 111010 1010100 0 11001 100000010 1001000 101100

Color Harmonies of #501FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FBF

Black with #501FBF

Text Example


Text Example

White with #501FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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