#5A3BE0

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

Shades of Purple Heart #5A3BE0

Tints of Purple Heart #5A3BE0

Color information

#5A3BE0 (or 0x5A3BE0) is unknown color: approx Purple Heart. HEX triplet: 5A, 3B and E0. RGB value is (90,59,224). Sum of RGB (Red+Green+Blue) = 90+59+224=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #5A3BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3BE0 is #A5C41F. Grayscale: #565656. Windows color (decimal): -10863648 or 14695258. OLE color: 14695258.

HSL color Cylindrical-coordinate representation of color #5A3BE0: hue angle of 251.27º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A3BE0 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9059224-
CMYK0.600.7400.12
HSL251.27º72.69%55.49%-
HSV(B)251.27º73.66%87.84%-
XYZ19.2310.6871.57-
YUV87.08205.27130.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 224 (87.89% from 255) = 60.05%
R=24.13%
G=15.82%
B=60.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal90592240.600.7400.12251.2772.6955.49
Hex5A3BE03C4A0Cfb4937
Octal132733407411201437311167
Binary101101011101111100000111100100101001100111110111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,59,224); }

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

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

 a { background-color: rgb(90,59,224); }

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

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

 span { border-color: rgb(90,59,224); }

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