Html Css Color HEX #511AAC Purple Heart

📋 copy color: '#511AAC'

red 81 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #511AAC

Tints of Purple Heart #511AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.65%

R = 29.03%
G = 9.32%
B = 61.65%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#511AAC (or 0x511AAC) is known color: Purple Heart. HEX triplet: 51, 1A and AC. RGB value is (81,26,172). Sum of RGB (Red+Green+Blue) = 81+26+172=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #511AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511AAC is #AEE553. Grayscale: #3A3A3A. Windows color (decimal): -11461972 or 11278929. OLE color: 11278929.

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

Color convert

RGB 81 26 172 -
CMYK 0.53 0.85 0 0.33
HSL 262.6º 0.74% 0.39% -
HSV(B) 262.6º 0.85% 0.67% -
XYZ 11.21 5.47 39.49 -
YUV 59.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 81 26 172 0.53 0.85 0 0.33 262.6 0.74 0.39
Hex 51 1A AC 35 55 0 21 107 4A 27
Octal 121 32 254 65 125 0 41 407 112 47
Binary 1010001 11010 10101100 110101 1010101 0 100001 100000111 1001010 100111

Color Harmonies of #511AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511AAC

Black with #511AAC

Text Example


Text Example

White with #511AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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