Html Css Color HEX #5513AD Purple Heart

📋 copy color: '#5513AD'

red 85 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #5513AD

Tints of Purple Heart #5513AD

RGB

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

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

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

R = 30.69%
G = 6.86%
B = 62.45%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5513AD (or 0x5513AD) is known color: Purple Heart. HEX triplet: 55, 13 and AD. RGB value is (85,19,173). Sum of RGB (Red+Green+Blue) = 85+19+173=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #5513AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5513AD is #AAEC52. Grayscale: #373737. Windows color (decimal): -11201619 or 11342677. OLE color: 11342677.

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

Color convert

RGB 85 19 173 -
CMYK 0.51 0.89 0 0.32
HSL 265.71º 0.8% 0.38% -
HSV(B) 265.71º 0.89% 0.68% -
XYZ 11.52 5.41 39.97 -
YUV 56.29 193.87 148.48 -
System Red Green Blue C M Y K H S L
Decimal 85 19 173 0.51 0.89 0 0.32 265.71 0.8 0.38
Hex 55 13 AD 33 59 0 20 10A 50 26
Octal 125 23 255 63 131 0 40 412 120 46
Binary 1010101 10011 10101101 110011 1011001 0 100000 100001010 1010000 100110

Color Harmonies of #5513AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513AD

Black with #5513AD

Text Example


Text Example

White with #5513AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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