#5026be

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

Shades of Purple Heart #5026BE

Tints of Purple Heart #5026BE

Color information

#5026BE (or 0x5026BE) is unknown color: approx Purple Heart. HEX triplet: 50, 26 and BE. RGB value is (80,38,190). Sum of RGB (Red+Green+Blue) = 80+38+190=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #5026BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5026BE is #AFD941. Grayscale: #434343. Windows color (decimal): -11524418 or 12461648. OLE color: 12461648.

HSL color Cylindrical-coordinate representation of color #5026BE: hue angle of 256.58º 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 #5026BE is Cyan = 0.58, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8038190-
CMYK0.580.800.25
HSL256.58º66.67%44.71%-
HSV(B)256.58º80%74.51%-
XYZ13.36.8149.33-
YUV67.89196.91136.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=25.97%
G=12.34%
B=61.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80381900.580.800.25256.5866.6744.71
Hex5026BE3A50019101432d
Octal120462767212003140110355
Binary10100001001101011111011101010100000110011000000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5026be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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