Html Css Color HEX #511AA2 Purple Heart

📋 copy color: '#511AA2'

red 81 ◦ green 26 ◦ blue 162

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

Shades of Purple Heart #511AA2

Tints of Purple Heart #511AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 60.22%

R = 30.11%
G = 9.67%
B = 60.22%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#511AA2 (or 0x511AA2) is known color: Purple Heart. HEX triplet: 51, 1A and A2. RGB value is (81,26,162). Sum of RGB (Red+Green+Blue) = 81+26+162=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #511AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511AA2 is #AEE55D. Grayscale: #393939. Windows color (decimal): -11461982 or 10623569. OLE color: 10623569.

HSL color Cylindrical-coordinate representation of color #511AA2: hue angle of 264.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511AA2 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 26 162 -
CMYK 0.50 0.84 0 0.36
HSL 264.26º 0.72% 0.37% -
HSV(B) 264.26º 0.84% 0.64% -
XYZ 10.28 5.1 34.62 -
YUV 57.95 186.72 144.44 -
System Red Green Blue C M Y K H S L
Decimal 81 26 162 0.50 0.84 0 0.36 264.26 0.72 0.37
Hex 51 1A A2 32 54 0 24 108 48 25
Octal 121 32 242 62 124 0 44 410 110 45
Binary 1010001 11010 10100010 110010 1010100 0 100100 100001000 1001000 100101

Color Harmonies of #511AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511AA2

Black with #511AA2

Text Example


Text Example

White with #511AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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