Html Css Color HEX #501FBE Purple Heart

📋 copy color: '#501FBE'

red 80 ◦ green 31 ◦ blue 190

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

Shades of Purple Heart #501FBE

Tints of Purple Heart #501FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.12%

R = 26.58%
G = 10.3%
B = 63.12%

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

#501FBE (or 0x501FBE) is known color: Purple Heart. HEX triplet: 50, 1F and BE. RGB value is (80,31,190). Sum of RGB (Red+Green+Blue) = 80+31+190=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #501FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FBE is #AFE041. Grayscale: #3F3F3F. Windows color (decimal): -11526210 or 12459856. OLE color: 12459856.

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

Color convert

RGB 80 31 190 -
CMYK 0.58 0.84 0 0.25
HSL 258.49º 0.72% 0.43% -
HSV(B) 258.49º 0.84% 0.75% -
XYZ 13.09 6.4 49.26 -
YUV 63.78 199.23 139.57 -
System Red Green Blue C M Y K H S L
Decimal 80 31 190 0.58 0.84 0 0.25 258.49 0.72 0.43
Hex 50 1F BE 3A 54 0 19 102 48 2B
Octal 120 37 276 72 124 0 31 402 110 53
Binary 1010000 11111 10111110 111010 1010100 0 11001 100000010 1001000 101011

Color Harmonies of #501FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FBE

Black with #501FBE

Text Example


Text Example

White with #501FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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