Html Css Color HEX #5914AA Purple Heart

📋 copy color: '#5914AA'

red 89 ◦ green 20 ◦ blue 170

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

Shades of Purple Heart #5914AA

Tints of Purple Heart #5914AA

RGB

 RED value IS 89 (35.16% from 255) = 31.9%

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

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 31.9%
G = 7.17%
B = 60.93%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5914AA (or 0x5914AA) is known color: Purple Heart. HEX triplet: 59, 14 and AA. RGB value is (89,20,170). Sum of RGB (Red+Green+Blue) = 89+20+170=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #5914AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5914AA is #A6EB55. Grayscale: #393939. Windows color (decimal): -10939222 or 11146329. OLE color: 11146329.

HSL color Cylindrical-coordinate representation of color #5914AA: hue angle of 267.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5914AA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 20 170 -
CMYK 0.48 0.88 0 0.33
HSL 267.6º 0.79% 0.37% -
HSV(B) 267.6º 0.88% 0.67% -
XYZ 11.63 5.53 38.48 -
YUV 57.73 191.36 150.3 -
System Red Green Blue C M Y K H S L
Decimal 89 20 170 0.48 0.88 0 0.33 267.6 0.79 0.37
Hex 59 14 AA 30 58 0 21 10C 4F 25
Octal 131 24 252 60 130 0 41 414 117 45
Binary 1011001 10100 10101010 110000 1011000 0 100001 100001100 1001111 100101

Color Harmonies of #5914AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5914AA

Black with #5914AA

Text Example


Text Example

White with #5914AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5914AA; }

 p { color: rgb(89,20,170); }

 H1.HeaderClassName
 {
   color: #5914AA;
 }
 .AnyTagClassName
 {
   color: #5914AA;
 }
</style>

background-color css

<style>
 a { background-color: #5914AA; }

 a { background-color: rgb(89,20,170); }

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

border-color css

<style>
 span { border-color: #5914AA; }

 span { border-color: rgb(89,20,170); }

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