Html Css Color HEX #5A3AAE Purple Heart

📋 copy color: '#5A3AAE'

red 90 ◦ green 58 ◦ blue 174

#5A3AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5A3AAE

Tints of Purple Heart #5A3AAE

RGB

 RED value IS 90 (35.55% from 255) = 27.95%

 GREEN value IS 58 (23.05% from 255) = 18.01%

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 27.95%
G = 18.01%
B = 54.04%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A3AAE (or 0x5A3AAE) is known color: Purple Heart. HEX triplet: 5A, 3A and AE. RGB value is (90,58,174). Sum of RGB (Red+Green+Blue) = 90+58+174=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3AAE is #A5C551. Grayscale: #505050. Windows color (decimal): -10863954 or 11418202. OLE color: 11418202.

HSL color Cylindrical-coordinate representation of color #5A3AAE: hue angle of 256.55º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A3AAE is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 58 174 -
CMYK 0.48 0.67 0 0.32
HSL 256.55º 0.5% 0.45% -
HSV(B) 256.55º 0.67% 0.68% -
XYZ 13.37 8.26 40.93 -
YUV 80.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 90 58 174 0.48 0.67 0 0.32 256.55 0.5 0.45
Hex 5A 3A AE 30 43 0 20 101 32 2D
Octal 132 72 256 60 103 0 40 401 62 55
Binary 1011010 111010 10101110 110000 1000011 0 100000 100000001 110010 101101

Color Harmonies of #5A3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3AAE

Black with #5A3AAE

Text Example


Text Example

White with #5A3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,58,174); }

 H1.HeaderClassName
 {
   color: #5A3AAE;
 }
 .AnyTagClassName
 {
   color: #5A3AAE;
 }
</style>

background-color css

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

 a { background-color: rgb(90,58,174); }

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

border-color css

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

 span { border-color: rgb(90,58,174); }

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