Html Css Color HEX #511EAF Purple Heart

📋 copy color: '#511EAF'

red 81 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #511EAF

Tints of Purple Heart #511EAF

RGB

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

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

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

R = 28.32%
G = 10.49%
B = 61.19%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#511EAF (or 0x511EAF) is known color: Purple Heart. HEX triplet: 51, 1E and AF. RGB value is (81,30,175). Sum of RGB (Red+Green+Blue) = 81+30+175=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #511EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511EAF is #AEE150. Grayscale: #3D3D3D. Windows color (decimal): -11460945 or 11476561. OLE color: 11476561.

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

Color convert

RGB 81 30 175 -
CMYK 0.54 0.83 0 0.31
HSL 261.1º 0.71% 0.4% -
HSV(B) 261.1º 0.83% 0.69% -
XYZ 11.6 5.77 41.06 -
YUV 61.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 81 30 175 0.54 0.83 0 0.31 261.1 0.71 0.4
Hex 51 1E AF 36 53 0 1F 105 47 28
Octal 121 36 257 66 123 0 37 405 107 50
Binary 1010001 11110 10101111 110110 1010011 0 11111 100000101 1000111 101000

Color Harmonies of #511EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EAF

Black with #511EAF

Text Example


Text Example

White with #511EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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