#501CBF

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

Shades of Purple Heart #501CBF

Tints of Purple Heart #501CBF

Color information

#501CBF (or 0x501CBF) is unknown color: approx Purple Heart. HEX triplet: 50, 1C and BF. RGB value is (80,28,191). Sum of RGB (Red+Green+Blue) = 80+28+191=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #501CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CBF is #AFE340. Grayscale: #3D3D3D. Windows color (decimal): -11526977 or 12524624. OLE color: 12524624.

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

Color convert

RGB8028191-
CMYK0.580.8500.25
HSL259.14º74.43%42.94%-
HSV(B)259.14º85.34%74.9%-
XYZ13.136.349.81-
YUV62.13200.73140.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 28 (11.33% from 255) = 9.36%
BLUE value IS 191 (75% from 255) = 63.88%
R=26.76%
G=9.36%
B=63.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80281910.580.8500.25259.1474.4342.94
Hex501CBF3A550191034a2b
Octal120342777212503140311253
Binary1010000111001011111111101010101010110011000000111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,28,191); }

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

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

 a { background-color: rgb(80,28,191); }

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

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

 span { border-color: rgb(80,28,191); }

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