Html Css Color HEX #5913AD Purple Heart

📋 copy color: '#5913AD'

red 89 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #5913AD

Tints of Purple Heart #5913AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

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

R = 31.67%
G = 6.76%
B = 61.57%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5913AD (or 0x5913AD) is known color: Purple Heart. HEX triplet: 59, 13 and AD. RGB value is (89,19,173). Sum of RGB (Red+Green+Blue) = 89+19+173=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #5913AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5913AD is #A6EC52. Grayscale: #383838. Windows color (decimal): -10939475 or 11342681. OLE color: 11342681.

HSL color Cylindrical-coordinate representation of color #5913AD: hue angle of 267.27º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5913AD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 19 173 -
CMYK 0.49 0.89 0 0.32
HSL 267.27º 0.8% 0.38% -
HSV(B) 267.27º 0.89% 0.68% -
XYZ 11.9 5.61 39.99 -
YUV 57.49 193.19 150.48 -
System Red Green Blue C M Y K H S L
Decimal 89 19 173 0.49 0.89 0 0.32 267.27 0.8 0.38
Hex 59 13 AD 31 59 0 20 10B 50 26
Octal 131 23 255 61 131 0 40 413 120 46
Binary 1011001 10011 10101101 110001 1011001 0 100000 100001011 1010000 100110

Color Harmonies of #5913AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5913AD

Black with #5913AD

Text Example


Text Example

White with #5913AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5913AD; }

 p { color: rgb(89,19,173); }

 H1.HeaderClassName
 {
   color: #5913AD;
 }
 .AnyTagClassName
 {
   color: #5913AD;
 }
</style>

background-color css

<style>
 a { background-color: #5913AD; }

 a { background-color: rgb(89,19,173); }

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

border-color css

<style>
 span { border-color: #5913AD; }

 span { border-color: rgb(89,19,173); }

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