#501FBA

Color #501FBA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #501FBA

Tints of Purple Heart #501FBA

Color information

#501FBA (or 0x501FBA) is unknown color: approx Purple Heart. HEX triplet: 50, 1F and BA. RGB value is (80,31,186). Sum of RGB (Red+Green+Blue) = 80+31+186=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #501FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FBA is #AFE045. Grayscale: #3E3E3E. Windows color (decimal): -11526214 or 12197712. OLE color: 12197712.

HSL color Cylindrical-coordinate representation of color #501FBA: hue angle of 258.97º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501FBA is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8031186-
CMYK0.570.8300.27
HSL258.97º71.43%42.55%-
HSV(B)258.97º83.33%72.94%-
XYZ12.666.2346.99-
YUV63.32197.23139.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 186 (73.05% from 255) = 62.63%
R=26.94%
G=10.44%
B=62.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80311860.570.8300.27258.9771.4342.55
Hex501FBA395301B103472b
Octal120372727112303340310753
Binary1010000111111011101011100110100110110111000000111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #501FBA;
 }
 .AnyTagClassName
 {
   color: #501FBA;
 }
</style>
background-color css

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

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

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

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

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

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