Html Css Color HEX #511EAB Purple Heart

📋 copy color: '#511EAB'

red 81 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #511EAB

Tints of Purple Heart #511EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 28.72%
G = 10.64%
B = 60.64%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#511EAB (or 0x511EAB) is known color: Purple Heart. HEX triplet: 51, 1E and AB. RGB value is (81,30,171). Sum of RGB (Red+Green+Blue) = 81+30+171=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #511EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511EAB is #AEE154. Grayscale: #3C3C3C. Windows color (decimal): -11460949 or 11214417. OLE color: 11214417.

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

Color convert

RGB 81 30 171 -
CMYK 0.53 0.82 0 0.33
HSL 261.7º 0.7% 0.39% -
HSV(B) 261.7º 0.82% 0.67% -
XYZ 11.21 5.62 39.02 -
YUV 61.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 81 30 171 0.53 0.82 0 0.33 261.7 0.7 0.39
Hex 51 1E AB 35 52 0 21 106 46 27
Octal 121 36 253 65 122 0 41 406 106 47
Binary 1010001 11110 10101011 110101 1010010 0 100001 100000110 1000110 100111

Color Harmonies of #511EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EAB

Black with #511EAB

Text Example


Text Example

White with #511EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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