Html Css Color HEX #511EAC Purple Heart

📋 copy color: '#511EAC'

red 81 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #511EAC

Tints of Purple Heart #511EAC

RGB

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

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

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

R = 28.62%
G = 10.6%
B = 60.78%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#511EAC (or 0x511EAC) is known color: Purple Heart. HEX triplet: 51, 1E and AC. RGB value is (81,30,172). Sum of RGB (Red+Green+Blue) = 81+30+172=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #511EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511EAC is #AEE153. Grayscale: #3C3C3C. Windows color (decimal): -11460948 or 11279953. OLE color: 11279953.

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

Color convert

RGB 81 30 172 -
CMYK 0.53 0.83 0 0.33
HSL 261.55º 0.7% 0.4% -
HSV(B) 261.55º 0.83% 0.67% -
XYZ 11.3 5.66 39.53 -
YUV 61.44 190.4 141.95 -
System Red Green Blue C M Y K H S L
Decimal 81 30 172 0.53 0.83 0 0.33 261.55 0.7 0.4
Hex 51 1E AC 35 53 0 21 106 46 28
Octal 121 36 254 65 123 0 41 406 106 50
Binary 1010001 11110 10101100 110101 1010011 0 100001 100000110 1000110 101000

Color Harmonies of #511EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EAC

Black with #511EAC

Text Example


Text Example

White with #511EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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