#500FB7

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

Shades of Purple Heart #500FB7

Tints of Purple Heart #500FB7

Color information

#500FB7 (or 0x500FB7) is unknown color: approx Purple Heart. HEX triplet: 50, 0F and B7. RGB value is (80,15,183). Sum of RGB (Red+Green+Blue) = 80+15+183=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 183 (71.88% from 255 or 65.83% from 278); Max value from RGB is 183 - color contains mainly: blue. Hex color #500FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FB7 is #AFF048. Grayscale: #343434. Windows color (decimal): -11530313 or 11997008. OLE color: 11997008.

HSL color Cylindrical-coordinate representation of color #500FB7: hue angle of 263.21º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500FB7 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8015183-
CMYK0.560.9200.28
HSL263.21º84.85%38.82%-
HSV(B)263.21º91.8%71.76%-
XYZ12.035.4745.22-
YUV53.59201.03146.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 15 (6.25% from 255) = 5.40%
BLUE value IS 183 (71.88% from 255) = 65.83%
R=28.78%
G=5.40%
B=65.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80151830.560.9200.28263.2184.8538.82
Hex50FB7385C01C1075527
Octal120172677013403440712547
Binary101000011111011011111100010111000111001000001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500FB7; }

 p { color: rgb(80,15,183); }

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

<style>
 a { background-color: #500FB7; }

 a { background-color: rgb(80,15,183); }

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

<style>
 span { border-color: #500FB7; }

 span { border-color: rgb(80,15,183); }

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