Html Css Color HEX #511EAA Purple Heart

📋 copy color: '#511EAA'

red 81 ◦ green 30 ◦ blue 170

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

Shades of Purple Heart #511EAA

Tints of Purple Heart #511EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.68%

 BLUE value IS 170 (66.8% from 255) = 60.5%

R = 28.83%
G = 10.68%
B = 60.5%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#511EAA (or 0x511EAA) is known color: Purple Heart. HEX triplet: 51, 1E and AA. RGB value is (81,30,170). Sum of RGB (Red+Green+Blue) = 81+30+170=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #511EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511EAA is #AEE155. Grayscale: #3C3C3C. Windows color (decimal): -11460950 or 11148881. OLE color: 11148881.

HSL color Cylindrical-coordinate representation of color #511EAA: hue angle of 261.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511EAA is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 30 170 -
CMYK 0.52 0.82 0 0.33
HSL 261.86º 0.7% 0.39% -
HSV(B) 261.86º 0.82% 0.67% -
XYZ 11.11 5.58 38.52 -
YUV 61.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 81 30 170 0.52 0.82 0 0.33 261.86 0.7 0.39
Hex 51 1E AA 34 52 0 21 106 46 27
Octal 121 36 252 64 122 0 41 406 106 47
Binary 1010001 11110 10101010 110100 1010010 0 100001 100000110 1000110 100111

Color Harmonies of #511EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EAA

Black with #511EAA

Text Example


Text Example

White with #511EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,30,170); }

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

background-color css

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

 a { background-color: rgb(81,30,170); }

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

border-color css

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

 span { border-color: rgb(81,30,170); }

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