Html Css Color HEX #5A1FAE Purple Heart

📋 copy color: '#5A1FAE'

red 90 ◦ green 31 ◦ blue 174

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

Shades of Purple Heart #5A1FAE

Tints of Purple Heart #5A1FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

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

R = 30.51%
G = 10.51%
B = 58.98%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A1FAE (or 0x5A1FAE) is known color: Purple Heart. HEX triplet: 5A, 1F and AE. RGB value is (90,31,174). Sum of RGB (Red+Green+Blue) = 90+31+174=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A1FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1FAE is #A5E051. Grayscale: #404040. Windows color (decimal): -10870866 or 11411290. OLE color: 11411290.

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

Color convert

RGB 90 31 174 -
CMYK 0.48 0.82 0 0.32
HSL 264.76º 0.7% 0.4% -
HSV(B) 264.76º 0.82% 0.68% -
XYZ 12.35 6.21 40.59 -
YUV 64.94 189.55 145.87 -
System Red Green Blue C M Y K H S L
Decimal 90 31 174 0.48 0.82 0 0.32 264.76 0.7 0.4
Hex 5A 1F AE 30 52 0 20 109 46 28
Octal 132 37 256 60 122 0 40 411 106 50
Binary 1011010 11111 10101110 110000 1010010 0 100000 100001001 1000110 101000

Color Harmonies of #5A1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1FAE

Black with #5A1FAE

Text Example


Text Example

White with #5A1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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