#5E3ABD

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

Shades of Purple Heart #5E3ABD

Tints of Purple Heart #5E3ABD

Color information

#5E3ABD (or 0x5E3ABD) is unknown color: approx Purple Heart. HEX triplet: 5E, 3A and BD. RGB value is (94,58,189). Sum of RGB (Red+Green+Blue) = 94+58+189=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E3ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ABD is #A1C542. Grayscale: #535353. Windows color (decimal): -10601795 or 12401246. OLE color: 12401246.

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

Color convert

RGB9458189-
CMYK0.500.6900.26
HSL256.49º53.04%48.43%-
HSV(B)256.49º69.31%74.12%-
XYZ15.319.0849.09-
YUV83.7187.43135.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.57%
GREEN value IS 58 (23.05% from 255) = 17.01%
BLUE value IS 189 (74.22% from 255) = 55.43%
R=27.57%
G=17.01%
B=55.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94581890.500.6900.26256.4953.0448.43
Hex5E3ABD324501A1003530
Octal13672275621050324006560
Binary1011110111010101111011100101000101011010100000000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,58,189); }

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

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

 a { background-color: rgb(94,58,189); }

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

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

 span { border-color: rgb(94,58,189); }

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