#5026BF

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

Shades of Purple Heart #5026BF

Tints of Purple Heart #5026BF

Color information

#5026BF (or 0x5026BF) is unknown color: approx Purple Heart. HEX triplet: 50, 26 and BF. RGB value is (80,38,191). Sum of RGB (Red+Green+Blue) = 80+38+191=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #5026BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5026BF is #AFD940. Grayscale: #434343. Windows color (decimal): -11524417 or 12527184. OLE color: 12527184.

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

Color convert

RGB8038191-
CMYK0.580.8000.25
HSL256.47º66.81%44.9%-
HSV(B)256.47º80.1%74.9%-
XYZ13.416.8549.91-
YUV68197.41136.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 38 (15.23% from 255) = 12.30%
BLUE value IS 191 (75% from 255) = 61.81%
R=25.89%
G=12.30%
B=61.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80381910.580.8000.25256.4766.8144.9
Hex5026BF3A50019100432d
Octal120462777212003140010355
Binary10100001001101011111111101010100000110011000000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5026BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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