Html Css Color HEX #5113AD Purple Heart

📋 copy color: '#5113AD'

red 81 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #5113AD

Tints of Purple Heart #5113AD

RGB

 RED value IS 81 (32.03% from 255) = 29.67%

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

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

R = 29.67%
G = 6.96%
B = 63.37%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5113AD (or 0x5113AD) is known color: Purple Heart. HEX triplet: 51, 13 and AD. RGB value is (81,19,173). Sum of RGB (Red+Green+Blue) = 81+19+173=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #5113AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5113AD is #AEEC52. Grayscale: #363636. Windows color (decimal): -11463763 or 11342673. OLE color: 11342673.

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

Color convert

RGB 81 19 173 -
CMYK 0.53 0.89 0 0.32
HSL 264.16º 0.8% 0.38% -
HSV(B) 264.16º 0.89% 0.68% -
XYZ 11.17 5.23 39.96 -
YUV 55.09 194.54 146.48 -
System Red Green Blue C M Y K H S L
Decimal 81 19 173 0.53 0.89 0 0.32 264.16 0.8 0.38
Hex 51 13 AD 35 59 0 20 108 50 26
Octal 121 23 255 65 131 0 40 410 120 46
Binary 1010001 10011 10101101 110101 1011001 0 100000 100001000 1010000 100110

Color Harmonies of #5113AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5113AD

Black with #5113AD

Text Example


Text Example

White with #5113AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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