Html Css Color HEX #511DAD Purple Heart

📋 copy color: '#511DAD'

red 81 ◦ green 29 ◦ blue 173

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

Shades of Purple Heart #511DAD

Tints of Purple Heart #511DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

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

R = 28.62%
G = 10.25%
B = 61.13%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#511DAD (or 0x511DAD) is known color: Purple Heart. HEX triplet: 51, 1D and AD. RGB value is (81,29,173). Sum of RGB (Red+Green+Blue) = 81+29+173=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 29 (11.72% from 255 or 10.25% 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 #511DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511DAD is #AEE252. Grayscale: #3C3C3C. Windows color (decimal): -11461203 or 11345233. OLE color: 11345233.

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

Color convert

RGB 81 29 173 -
CMYK 0.53 0.83 0 0.32
HSL 261.67º 0.71% 0.4% -
HSV(B) 261.67º 0.83% 0.68% -
XYZ 11.38 5.65 40.03 -
YUV 60.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 81 29 173 0.53 0.83 0 0.32 261.67 0.71 0.4
Hex 51 1D AD 35 53 0 20 106 47 28
Octal 121 35 255 65 123 0 40 406 107 50
Binary 1010001 11101 10101101 110101 1010011 0 100000 100000110 1000111 101000

Color Harmonies of #511DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DAD

Black with #511DAD

Text Example


Text Example

White with #511DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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