#5001BA

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

Shades of Purple Heart #5001BA

Tints of Purple Heart #5001BA

Color information

#5001BA (or 0x5001BA) is unknown color: approx Purple Heart. HEX triplet: 50, 01 and BA. RGB value is (80,1,186). Sum of RGB (Red+Green+Blue) = 80+1+186=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #5001BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5001BA is #AFFE45. Grayscale: #2D2D2D. Windows color (decimal): -11533894 or 12190032. OLE color: 12190032.

HSL color Cylindrical-coordinate representation of color #5001BA: hue angle of 265.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5001BA is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB801186-
CMYK0.570.9900.27
HSL265.62º98.93%36.67%-
HSV(B)265.62º99.46%72.94%-
XYZ12.185.2746.83-
YUV45.71207.17152.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 186 (73.05% from 255) = 69.66%
R=29.96%
G=0.37%
B=69.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8011860.570.9900.27265.6298.9336.67
Hex501BA396301B10a6325
Octal12012727114303341214345
Binary101000011011101011100111000110110111000010101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5001BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5001BA; }

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

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

<style>
 a { background-color: #5001BA; }

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

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

<style>
 span { border-color: #5001BA; }

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

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