Html Css Color HEX #501FBC Purple Heart

📋 copy color: '#501FBC'

red 80 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #501FBC

Tints of Purple Heart #501FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 26.76%
G = 10.37%
B = 62.88%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#501FBC (or 0x501FBC) is known color: Purple Heart. HEX triplet: 50, 1F and BC. RGB value is (80,31,188). Sum of RGB (Red+Green+Blue) = 80+31+188=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #501FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FBC is #AFE043. Grayscale: #3E3E3E. Windows color (decimal): -11526212 or 12328784. OLE color: 12328784.

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

Color convert

RGB 80 31 188 -
CMYK 0.57 0.84 0 0.26
HSL 258.73º 0.72% 0.43% -
HSV(B) 258.73º 0.84% 0.74% -
XYZ 12.88 6.32 48.12 -
YUV 63.55 198.23 139.73 -
System Red Green Blue C M Y K H S L
Decimal 80 31 188 0.57 0.84 0 0.26 258.73 0.72 0.43
Hex 50 1F BC 39 54 0 1A 103 48 2B
Octal 120 37 274 71 124 0 32 403 110 53
Binary 1010000 11111 10111100 111001 1010100 0 11010 100000011 1001000 101011

Color Harmonies of #501FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FBC

Black with #501FBC

Text Example


Text Example

White with #501FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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