Html Css Color HEX #511BAA Purple Heart

📋 copy color: '#511BAA'

red 81 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #511BAA

Tints of Purple Heart #511BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.71%

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

R = 29.14%
G = 9.71%
B = 61.15%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#511BAA (or 0x511BAA) is known color: Purple Heart. HEX triplet: 51, 1B and AA. RGB value is (81,27,170). Sum of RGB (Red+Green+Blue) = 81+27+170=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #511BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511BAA is #AEE455. Grayscale: #3A3A3A. Windows color (decimal): -11461718 or 11148113. OLE color: 11148113.

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

Color convert

RGB 81 27 170 -
CMYK 0.52 0.84 0 0.33
HSL 262.66º 0.73% 0.39% -
HSV(B) 262.66º 0.84% 0.67% -
XYZ 11.04 5.44 38.5 -
YUV 59.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 81 27 170 0.52 0.84 0 0.33 262.66 0.73 0.39
Hex 51 1B AA 34 54 0 21 107 49 27
Octal 121 33 252 64 124 0 41 407 111 47
Binary 1010001 11011 10101010 110100 1010100 0 100001 100000111 1001001 100111

Color Harmonies of #511BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BAA

Black with #511BAA

Text Example


Text Example

White with #511BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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