Html Css Color HEX #511AAD Purple Heart

📋 copy color: '#511AAD'

red 81 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #511AAD

Tints of Purple Heart #511AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.29%

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

R = 28.93%
G = 9.29%
B = 61.79%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#511AAD (or 0x511AAD) is known color: Purple Heart. HEX triplet: 51, 1A and AD. RGB value is (81,26,173). Sum of RGB (Red+Green+Blue) = 81+26+173=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #511AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511AAD is #AEE552. Grayscale: #3A3A3A. Windows color (decimal): -11461971 or 11344465. OLE color: 11344465.

HSL color Cylindrical-coordinate representation of color #511AAD: hue angle of 262.45º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511AAD is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 26 173 -
CMYK 0.53 0.85 0 0.32
HSL 262.45º 0.74% 0.39% -
HSV(B) 262.45º 0.85% 0.68% -
XYZ 11.31 5.51 40 -
YUV 59.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 81 26 173 0.53 0.85 0 0.32 262.45 0.74 0.39
Hex 51 1A AD 35 55 0 20 106 4A 27
Octal 121 32 255 65 125 0 40 406 112 47
Binary 1010001 11010 10101101 110101 1010101 0 100000 100000110 1001010 100111

Color Harmonies of #511AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511AAD

Black with #511AAD

Text Example


Text Example

White with #511AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511AAD; }

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

 H1.HeaderClassName
 {
   color: #511AAD;
 }
 .AnyTagClassName
 {
   color: #511AAD;
 }
</style>

background-color css

<style>
 a { background-color: #511AAD; }

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

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

border-color css

<style>
 span { border-color: #511AAD; }

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

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