Html Css Color HEX #511EBE Purple Heart

📋 copy color: '#511EBE'

red 81 ◦ green 30 ◦ blue 190

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

Shades of Purple Heart #511EBE

Tints of Purple Heart #511EBE

RGB

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

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

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

R = 26.91%
G = 9.97%
B = 63.12%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#511EBE (or 0x511EBE) is known color: Purple Heart. HEX triplet: 51, 1E and BE. RGB value is (81,30,190). Sum of RGB (Red+Green+Blue) = 81+30+190=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #511EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511EBE is #AEE141. Grayscale: #3E3E3E. Windows color (decimal): -11460930 or 12459601. OLE color: 12459601.

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

Color convert

RGB 81 30 190 -
CMYK 0.57 0.84 0 0.25
HSL 259.13º 0.73% 0.43% -
HSV(B) 259.13º 0.84% 0.75% -
XYZ 13.15 6.4 49.26 -
YUV 63.49 199.4 140.49 -
System Red Green Blue C M Y K H S L
Decimal 81 30 190 0.57 0.84 0 0.25 259.13 0.73 0.43
Hex 51 1E BE 39 54 0 19 103 49 2B
Octal 121 36 276 71 124 0 31 403 111 53
Binary 1010001 11110 10111110 111001 1010100 0 11001 100000011 1001001 101011

Color Harmonies of #511EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EBE

Black with #511EBE

Text Example


Text Example

White with #511EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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