#5A1EBE

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

Shades of Purple Heart #5A1EBE

Tints of Purple Heart #5A1EBE

Color information

#5A1EBE (or 0x5A1EBE) is unknown color: approx Purple Heart. HEX triplet: 5A, 1E and BE. RGB value is (90,30,190). Sum of RGB (Red+Green+Blue) = 90+30+190=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A1EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1EBE is #A5E141. Grayscale: #414141. Windows color (decimal): -10871106 or 12459610. OLE color: 12459610.

HSL color Cylindrical-coordinate representation of color #5A1EBE: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1EBE is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9030190-
CMYK0.530.8400.25
HSL262.5º72.73%43.14%-
HSV(B)262.5º84.21%74.51%-
XYZ13.976.8249.3-
YUV66.18197.88144.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.03%
GREEN value IS 30 (12.11% from 255) = 9.68%
BLUE value IS 190 (74.61% from 255) = 61.29%
R=29.03%
G=9.68%
B=61.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90301900.530.8400.25262.572.7343.14
Hex5A1EBE3554019106492b
Octal132362766512403140611153
Binary1011010111101011111011010110101000110011000001101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,30,190); }

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

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

 a { background-color: rgb(90,30,190); }

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

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

 span { border-color: rgb(90,30,190); }

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