#5026BD

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

Shades of Purple Heart #5026BD

Tints of Purple Heart #5026BD

Color information

#5026BD (or 0x5026BD) is unknown color: approx Purple Heart. HEX triplet: 50, 26 and BD. RGB value is (80,38,189). Sum of RGB (Red+Green+Blue) = 80+38+189=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #5026BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5026BD is #AFD942. Grayscale: #434343. Windows color (decimal): -11524419 or 12396112. OLE color: 12396112.

HSL color Cylindrical-coordinate representation of color #5026BD: hue angle of 256.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5026BD is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8038189-
CMYK0.580.8000.26
HSL256.69º66.52%44.51%-
HSV(B)256.69º79.89%74.12%-
XYZ13.196.7748.76-
YUV67.77196.41136.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 38 (15.23% from 255) = 12.38%
BLUE value IS 189 (74.22% from 255) = 61.56%
R=26.06%
G=12.38%
B=61.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80381890.580.8000.26256.6966.5244.51
Hex5026BD3A5001A101432d
Octal120462757212003240110355
Binary10100001001101011110111101010100000110101000000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5026BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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