Html Css Color HEX #511AAF Purple Heart

📋 copy color: '#511AAF'

red 81 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #511AAF

Tints of Purple Heart #511AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.06%

R = 28.72%
G = 9.22%
B = 62.06%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#511AAF (or 0x511AAF) is known color: Purple Heart. HEX triplet: 51, 1A and AF. RGB value is (81,26,175). Sum of RGB (Red+Green+Blue) = 81+26+175=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #511AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511AAF is #AEE550. Grayscale: #3A3A3A. Windows color (decimal): -11461969 or 11475537. OLE color: 11475537.

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

Color convert

RGB 81 26 175 -
CMYK 0.54 0.85 0 0.31
HSL 262.15º 0.74% 0.39% -
HSV(B) 262.15º 0.85% 0.69% -
XYZ 11.5 5.58 41.03 -
YUV 59.43 193.22 143.38 -
System Red Green Blue C M Y K H S L
Decimal 81 26 175 0.54 0.85 0 0.31 262.15 0.74 0.39
Hex 51 1A AF 36 55 0 1F 106 4A 27
Octal 121 32 257 66 125 0 37 406 112 47
Binary 1010001 11010 10101111 110110 1010101 0 11111 100000110 1001010 100111

Color Harmonies of #511AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511AAF

Black with #511AAF

Text Example


Text Example

White with #511AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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