Html Css Color HEX #5519AD Purple Heart

📋 copy color: '#5519AD'

red 85 ◦ green 25 ◦ blue 173

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

Shades of Purple Heart #5519AD

Tints of Purple Heart #5519AD

RGB

 RED value IS 85 (33.59% from 255) = 30.04%

 GREEN value IS 25 (10.16% from 255) = 8.83%

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

R = 30.04%
G = 8.83%
B = 61.13%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5519AD (or 0x5519AD) is known color: Purple Heart. HEX triplet: 55, 19 and AD. RGB value is (85,25,173). Sum of RGB (Red+Green+Blue) = 85+25+173=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 25 (10.16% from 255 or 8.83% 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 #5519AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5519AD is #AAE652. Grayscale: #3B3B3B. Windows color (decimal): -11200083 or 11344213. OLE color: 11344213.

HSL color Cylindrical-coordinate representation of color #5519AD: hue angle of 264.32º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5519AD is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 25 173 -
CMYK 0.51 0.86 0 0.32
HSL 264.32º 0.75% 0.39% -
HSV(B) 264.32º 0.86% 0.68% -
XYZ 11.64 5.64 40.01 -
YUV 59.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 85 25 173 0.51 0.86 0 0.32 264.32 0.75 0.39
Hex 55 19 AD 33 56 0 20 108 4B 27
Octal 125 31 255 63 126 0 40 410 113 47
Binary 1010101 11001 10101101 110011 1010110 0 100000 100001000 1001011 100111

Color Harmonies of #5519AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5519AD

Black with #5519AD

Text Example


Text Example

White with #5519AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,25,173); }

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

background-color css

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

 a { background-color: rgb(85,25,173); }

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

border-color css

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

 span { border-color: rgb(85,25,173); }

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