#5A3EBE

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

Shades of Purple Heart #5A3EBE

Tints of Purple Heart #5A3EBE

Color information

#5A3EBE (or 0x5A3EBE) is unknown color: approx Purple Heart. HEX triplet: 5A, 3E and BE. RGB value is (90,62,190). Sum of RGB (Red+Green+Blue) = 90+62+190=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A3EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3EBE is #A5C141. Grayscale: #545454. Windows color (decimal): -10862914 or 12467802. OLE color: 12467802.

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

Color convert

RGB9062190-
CMYK0.530.6700.25
HSL253.12º50.79%49.41%-
HSV(B)253.12º67.37%74.51%-
XYZ15.239.3449.71-
YUV84.96187.28131.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.32%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=26.32%
G=18.13%
B=55.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90621900.530.6700.25253.1250.7949.41
Hex5A3EBE3543019fd3331
Octal13276276651030313756361
Binary101101011111010111110110101100001101100111111101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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