#5a3ebd

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

Shades of Purple Heart #5A3EBD

Tints of Purple Heart #5A3EBD

Color information

#5A3EBD (or 0x5A3EBD) is unknown color: approx Purple Heart. HEX triplet: 5A, 3E and BD. RGB value is (90,62,189). Sum of RGB (Red+Green+Blue) = 90+62+189=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 62 (24.61% from 255 or 18.18% 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 #5A3EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3EBD is #A5C142. Grayscale: #545454. Windows color (decimal): -10862915 or 12402266. OLE color: 12402266.

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

Color convert

RGB9062189-
CMYK0.520.6700.26
HSL253.23º50.6%49.22%-
HSV(B)253.23º67.2%74.12%-
XYZ15.129.2949.14-
YUV84.85186.78131.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 189 (74.22% from 255) = 55.43%
R=26.39%
G=18.18%
B=55.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90621890.520.6700.26253.2350.649.22
Hex5A3EBD344301Afd3331
Octal13276275641030323756361
Binary101101011111010111101110100100001101101011111101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a3ebd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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