#5E34D0

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

Shades of Purple Heart #5E34D0

Tints of Purple Heart #5E34D0

Color information

#5E34D0 (or 0x5E34D0) is unknown color: approx Purple Heart. HEX triplet: 5E, 34 and D0. RGB value is (94,52,208). Sum of RGB (Red+Green+Blue) = 94+52+208=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #5E34D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E34D0 is #A1CB2F. Grayscale: #515151. Windows color (decimal): -10603312 or 13644894. OLE color: 13644894.

HSL color Cylindrical-coordinate representation of color #5E34D0: hue angle of 256.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E34D0 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9452208-
CMYK0.550.7500.18
HSL256.15º62.4%50.98%-
HSV(B)256.15º75%81.57%-
XYZ17.239.3960.58-
YUV82.34198.91136.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.55%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 208 (81.64% from 255) = 58.76%
R=26.55%
G=14.69%
B=58.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94522080.550.7500.18256.1562.450.98
Hex5E34D0374B0121003e33
Octal13664320671130224007663
Binary1011110110100110100001101111001011010010100000000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E34D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,208); }

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

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

 a { background-color: rgb(94,52,208); }

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

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

 span { border-color: rgb(94,52,208); }

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