#5943BD

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

Shades of Purple Heart #5943BD

Tints of Purple Heart #5943BD

Color information

#5943BD (or 0x5943BD) is unknown color: approx Purple Heart. HEX triplet: 59, 43 and BD. RGB value is (89,67,189). Sum of RGB (Red+Green+Blue) = 89+67+189=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #5943BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5943BD is #A6BC42. Grayscale: #575757. Windows color (decimal): -10927171 or 12403545. OLE color: 12403545.

HSL color Cylindrical-coordinate representation of color #5943BD: hue angle of 250.82º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5943BD is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8967189-
CMYK0.530.6500.26
HSL250.82º48.03%50.2%-
HSV(B)250.82º64.55%74.12%-
XYZ15.319.8149.23-
YUV87.49185.29129.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 189 (74.22% from 255) = 54.78%
R=25.80%
G=19.42%
B=54.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89671890.530.6500.26250.8248.0350.2
Hex5943BD354101Afb3032
Octal131103275651010323736062
Binary1011001100001110111101110101100000101101011111011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5943BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,67,189); }

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

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

 a { background-color: rgb(89,67,189); }

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

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

 span { border-color: rgb(89,67,189); }

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