Html Css Color HEX #5A14AD Purple Heart

📋 copy color: '#5A14AD'

red 90 ◦ green 20 ◦ blue 173

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

Shades of Purple Heart #5A14AD

Tints of Purple Heart #5A14AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 173 (67.97% from 255) = 61.13%

R = 31.8%
G = 7.07%
B = 61.13%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A14AD (or 0x5A14AD) is known color: Purple Heart. HEX triplet: 5A, 14 and AD. RGB value is (90,20,173). Sum of RGB (Red+Green+Blue) = 90+20+173=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A14AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A14AD is #A5EB52. Grayscale: #393939. Windows color (decimal): -10873683 or 11342938. OLE color: 11342938.

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

Color convert

RGB 90 20 173 -
CMYK 0.48 0.88 0 0.32
HSL 267.45º 0.79% 0.38% -
HSV(B) 267.45º 0.88% 0.68% -
XYZ 12.01 5.69 40 -
YUV 58.37 192.69 150.56 -
System Red Green Blue C M Y K H S L
Decimal 90 20 173 0.48 0.88 0 0.32 267.45 0.79 0.38
Hex 5A 14 AD 30 58 0 20 10B 4F 26
Octal 132 24 255 60 130 0 40 413 117 46
Binary 1011010 10100 10101101 110000 1011000 0 100000 100001011 1001111 100110

Color Harmonies of #5A14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A14AD

Black with #5A14AD

Text Example


Text Example

White with #5A14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,20,173); }

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

background-color css

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

 a { background-color: rgb(90,20,173); }

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

border-color css

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

 span { border-color: rgb(90,20,173); }

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