#5002B7

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

Shades of Purple Heart #5002B7

Tints of Purple Heart #5002B7

Color information

#5002B7 (or 0x5002B7) is unknown color: approx Purple Heart. HEX triplet: 50, 02 and B7. RGB value is (80,2,183). Sum of RGB (Red+Green+Blue) = 80+2+183=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 183 (71.88% from 255 or 69.06% from 265); Max value from RGB is 183 - color contains mainly: blue. Hex color #5002B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5002B7 is #AFFD48. Grayscale: #2D2D2D. Windows color (decimal): -11533641 or 11993680. OLE color: 11993680.

HSL color Cylindrical-coordinate representation of color #5002B7: hue angle of 265.86º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5002B7 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB802183-
CMYK0.560.9900.28
HSL265.86º97.84%36.27%-
HSV(B)265.86º98.91%71.76%-
XYZ11.885.1745.17-
YUV45.96205.34152.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 183 (71.88% from 255) = 69.06%
R=30.19%
G=0.75%
B=69.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8021830.560.9900.28265.8697.8436.27
Hex502B7386301C10a6224
Octal12022677014303441214244
Binary1010000101011011111100011000110111001000010101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5002B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5002B7; }

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

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

<style>
 a { background-color: #5002B7; }

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

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

<style>
 span { border-color: #5002B7; }

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

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