#5E43BC

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

Shades of Purple Heart #5E43BC

Tints of Purple Heart #5E43BC

Color information

#5E43BC (or 0x5E43BC) is unknown color: approx Purple Heart. HEX triplet: 5E, 43 and BC. RGB value is (94,67,188). Sum of RGB (Red+Green+Blue) = 94+67+188=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E43BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E43BC is #A1BC43. Grayscale: #585858. Windows color (decimal): -10599492 or 12338014. OLE color: 12338014.

HSL color Cylindrical-coordinate representation of color #5E43BC: hue angle of 253.39º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E43BC is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9467188-
CMYK0.500.6400.26
HSL253.39º47.45%50%-
HSV(B)253.39º64.36%73.73%-
XYZ15.710.0248.68-
YUV88.87183.95131.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 188 (73.83% from 255) = 53.87%
R=26.93%
G=19.20%
B=53.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94671880.500.6400.26253.3947.4550
Hex5E43BC324001Afd2f32
Octal136103274621000323755762
Binary1011110100001110111100110010100000001101011111101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E43BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E43BC; }

 p { color: rgb(94,67,188); }

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

<style>
 a { background-color: #5E43BC; }

 a { background-color: rgb(94,67,188); }

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

<style>
 span { border-color: #5E43BC; }

 span { border-color: rgb(94,67,188); }

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