#5026B7

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

Shades of Purple Heart #5026B7

Tints of Purple Heart #5026B7

Color information

#5026B7 (or 0x5026B7) is unknown color: approx Purple Heart. HEX triplet: 50, 26 and B7. RGB value is (80,38,183). Sum of RGB (Red+Green+Blue) = 80+38+183=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #5026B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5026B7 is #AFD948. Grayscale: #424242. Windows color (decimal): -11524425 or 12002896. OLE color: 12002896.

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

Color convert

RGB8038183-
CMYK0.560.7900.28
HSL257.38º65.61%43.33%-
HSV(B)257.38º79.23%71.76%-
XYZ12.556.5145.4-
YUV67.09193.41137.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 183 (71.88% from 255) = 60.80%
R=26.58%
G=12.62%
B=60.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80381830.560.7900.28257.3865.6143.33
Hex5026B7384F01C101422b
Octal120462677011703440110253
Binary10100001001101011011111100010011110111001000000011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5026B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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