#501FB1

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

Shades of Purple Heart #501FB1

Tints of Purple Heart #501FB1

Color information

#501FB1 (or 0x501FB1) is unknown color: approx Purple Heart. HEX triplet: 50, 1F and B1. RGB value is (80,31,177). Sum of RGB (Red+Green+Blue) = 80+31+177=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #501FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501FB1 is #AFE04E. Grayscale: #3D3D3D. Windows color (decimal): -11526223 or 11607888. OLE color: 11607888.

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

Color convert

RGB8031177-
CMYK0.550.8200.31
HSL260.14º70.19%40.78%-
HSV(B)260.14º82.49%69.41%-
XYZ11.735.8642.11-
YUV62.3192.73140.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 31 (12.5% from 255) = 10.76%
BLUE value IS 177 (69.53% from 255) = 61.46%
R=27.78%
G=10.76%
B=61.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80311770.550.8200.31260.1470.1940.78
Hex501FB1375201F1044629
Octal120372616712203740410651
Binary1010000111111011000111011110100100111111000001001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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