Html Css Color HEX #5111BE Purple Heart

📋 copy color: '#5111BE'

red 81 ◦ green 17 ◦ blue 190

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

Shades of Purple Heart #5111BE

Tints of Purple Heart #5111BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

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

R = 28.13%
G = 5.9%
B = 65.97%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5111BE (or 0x5111BE) is known color: Purple Heart. HEX triplet: 51, 11 and BE. RGB value is (81,17,190). Sum of RGB (Red+Green+Blue) = 81+17+190=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #5111BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5111BE is #AEEE41. Grayscale: #373737. Windows color (decimal): -11464258 or 12456273. OLE color: 12456273.

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

Color convert

RGB 81 17 190 -
CMYK 0.57 0.91 0 0.25
HSL 262.2º 0.84% 0.41% -
HSV(B) 262.2º 0.91% 0.75% -
XYZ 12.89 5.87 49.17 -
YUV 55.86 203.7 145.93 -
System Red Green Blue C M Y K H S L
Decimal 81 17 190 0.57 0.91 0 0.25 262.2 0.84 0.41
Hex 51 11 BE 39 5B 0 19 106 54 29
Octal 121 21 276 71 133 0 31 406 124 51
Binary 1010001 10001 10111110 111001 1011011 0 11001 100000110 1010100 101001

Color Harmonies of #5111BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5111BE

Black with #5111BE

Text Example


Text Example

White with #5111BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5111BE; }

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

 H1.HeaderClassName
 {
   color: #5111BE;
 }
 .AnyTagClassName
 {
   color: #5111BE;
 }
</style>

background-color css

<style>
 a { background-color: #5111BE; }

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

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

border-color css

<style>
 span { border-color: #5111BE; }

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

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