Html Css Color HEX #511FAA Purple Heart

📋 copy color: '#511FAA'

red 81 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #511FAA

Tints of Purple Heart #511FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.99%

 BLUE value IS 170 (66.8% from 255) = 60.28%

R = 28.72%
G = 10.99%
B = 60.28%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#511FAA (or 0x511FAA) is known color: Purple Heart. HEX triplet: 51, 1F and AA. RGB value is (81,31,170). Sum of RGB (Red+Green+Blue) = 81+31+170=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #511FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511FAA is #AEE055. Grayscale: #3D3D3D. Windows color (decimal): -11460694 or 11149137. OLE color: 11149137.

HSL color Cylindrical-coordinate representation of color #511FAA: hue angle of 261.58º degrees, saturation: 0.69, 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 #511FAA is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 31 170 -
CMYK 0.52 0.82 0 0.33
HSL 261.58º 0.69% 0.39% -
HSV(B) 261.58º 0.82% 0.67% -
XYZ 11.14 5.63 38.53 -
YUV 61.8 189.07 141.7 -
System Red Green Blue C M Y K H S L
Decimal 81 31 170 0.52 0.82 0 0.33 261.58 0.69 0.39
Hex 51 1F AA 34 52 0 21 106 45 27
Octal 121 37 252 64 122 0 41 406 105 47
Binary 1010001 11111 10101010 110100 1010010 0 100001 100000110 1000101 100111

Color Harmonies of #511FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FAA

Black with #511FAA

Text Example


Text Example

White with #511FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,31,170); }

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

background-color css

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

 a { background-color: rgb(81,31,170); }

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

border-color css

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

 span { border-color: rgb(81,31,170); }

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