Html Css Color HEX #5519AE Purple Heart

📋 copy color: '#5519AE'

red 85 ◦ green 25 ◦ blue 174

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

Shades of Purple Heart #5519AE

Tints of Purple Heart #5519AE

RGB

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

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

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

R = 29.93%
G = 8.8%
B = 61.27%

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

#5519AE (or 0x5519AE) is known color: Purple Heart. HEX triplet: 55, 19 and AE. RGB value is (85,25,174). Sum of RGB (Red+Green+Blue) = 85+25+174=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #5519AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5519AE is #AAE651. Grayscale: #3B3B3B. Windows color (decimal): -11200082 or 11409749. OLE color: 11409749.

HSL color Cylindrical-coordinate representation of color #5519AE: hue angle of 264.16º 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 #5519AE is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 25 174 -
CMYK 0.51 0.86 0 0.32
HSL 264.16º 0.75% 0.39% -
HSV(B) 264.16º 0.86% 0.68% -
XYZ 11.73 5.68 40.52 -
YUV 59.93 192.38 145.88 -
System Red Green Blue C M Y K H S L
Decimal 85 25 174 0.51 0.86 0 0.32 264.16 0.75 0.39
Hex 55 19 AE 33 56 0 20 108 4B 27
Octal 125 31 256 63 126 0 40 410 113 47
Binary 1010101 11001 10101110 110011 1010110 0 100000 100001000 1001011 100111

Color Harmonies of #5519AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5519AE

Black with #5519AE

Text Example


Text Example

White with #5519AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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