Html Css Color HEX #511ABE Purple Heart

📋 copy color: '#511ABE'

red 81 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #511ABE

Tints of Purple Heart #511ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 27.27%
G = 8.75%
B = 63.97%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#511ABE (or 0x511ABE) is known color: Purple Heart. HEX triplet: 51, 1A and BE. RGB value is (81,26,190). Sum of RGB (Red+Green+Blue) = 81+26+190=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #511ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ABE is #AEE541. Grayscale: #3C3C3C. Windows color (decimal): -11461954 or 12458577. OLE color: 12458577.

HSL color Cylindrical-coordinate representation of color #511ABE: hue angle of 260.12º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511ABE is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 26 190 -
CMYK 0.57 0.86 0 0.25
HSL 260.12º 0.76% 0.42% -
HSV(B) 260.12º 0.86% 0.75% -
XYZ 13.06 6.21 49.22 -
YUV 61.14 200.72 142.16 -
System Red Green Blue C M Y K H S L
Decimal 81 26 190 0.57 0.86 0 0.25 260.12 0.76 0.42
Hex 51 1A BE 39 56 0 19 104 4C 2A
Octal 121 32 276 71 126 0 31 404 114 52
Binary 1010001 11010 10111110 111001 1010110 0 11001 100000100 1001100 101010

Color Harmonies of #511ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511ABE

Black with #511ABE

Text Example


Text Example

White with #511ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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