#500fb2

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

Shades of Purple Heart #500FB2

Tints of Purple Heart #500FB2

Color information

#500FB2 (or 0x500FB2) is unknown color: approx Purple Heart. HEX triplet: 50, 0F and B2. RGB value is (80,15,178). Sum of RGB (Red+Green+Blue) = 80+15+178=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 178 (69.92% from 255 or 65.20% from 273); Max value from RGB is 178 - color contains mainly: blue. Hex color #500FB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500FB2 is #AFF04D. Grayscale: #343434. Windows color (decimal): -11530318 or 11669328. OLE color: 11669328.

HSL color Cylindrical-coordinate representation of color #500FB2: hue angle of 263.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500FB2 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8015178-
CMYK0.550.9200.30
HSL263.93º84.46%37.84%-
HSV(B)263.93º91.57%69.8%-
XYZ11.515.2642.53-
YUV53.02198.53147.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 178 (69.92% from 255) = 65.20%
R=29.30%
G=5.49%
B=65.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80151780.550.9200.30263.9384.4637.84
Hex50FB2375C01E1085426
Octal120172626713403641012446
Binary101000011111011001011011110111000111101000010001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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