#5926BF

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

Shades of Purple Heart #5926BF

Tints of Purple Heart #5926BF

Color information

#5926BF (or 0x5926BF) is unknown color: approx Purple Heart. HEX triplet: 59, 26 and BF. RGB value is (89,38,191). Sum of RGB (Red+Green+Blue) = 89+38+191=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #5926BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5926BF is #A6D940. Grayscale: #464646. Windows color (decimal): -10934593 or 12527193. OLE color: 12527193.

HSL color Cylindrical-coordinate representation of color #5926BF: hue angle of 260º 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 #5926BF is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8938191-
CMYK0.530.8000.25
HSL260º66.81%44.9%-
HSV(B)260º80.1%74.9%-
XYZ14.227.2749.94-
YUV70.69195.9141.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 191 (75% from 255) = 60.06%
R=27.99%
G=11.95%
B=60.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89381910.530.8000.2526066.8144.9
Hex5926BF3550019104432d
Octal131462776512003140410355
Binary10110011001101011111111010110100000110011000001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5926BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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