#5A2EBD

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

Shades of Purple Heart #5A2EBD

Tints of Purple Heart #5A2EBD

Color information

#5A2EBD (or 0x5A2EBD) is unknown color: approx Purple Heart. HEX triplet: 5A, 2E and BD. RGB value is (90,46,189). Sum of RGB (Red+Green+Blue) = 90+46+189=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A2EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2EBD is #A5D142. Grayscale: #4A4A4A. Windows color (decimal): -10867011 or 12398170. OLE color: 12398170.

HSL color Cylindrical-coordinate representation of color #5A2EBD: hue angle of 258.46º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2EBD is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9046189-
CMYK0.520.7600.26
HSL258.46º60.85%46.08%-
HSV(B)258.46º75.66%74.12%-
XYZ14.387.848.89-
YUV75.46192.08138.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 189 (74.22% from 255) = 58.15%
R=27.69%
G=14.15%
B=58.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90461890.520.7600.26258.4660.8546.08
Hex5A2EBD344C01A1023d2e
Octal13256275641140324027556
Binary1011010101110101111011101001001100011010100000010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,46,189); }

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

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

 a { background-color: rgb(90,46,189); }

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

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

 span { border-color: rgb(90,46,189); }

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