Html Css Color HEX #5139BE Purple Heart

📋 copy color: '#5139BE'

red 81 ◦ green 57 ◦ blue 190

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

Shades of Purple Heart #5139BE

Tints of Purple Heart #5139BE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

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

R = 24.7%
G = 17.38%
B = 57.93%

CMYK

 C value IS 0.57

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5139BE (or 0x5139BE) is known color: Purple Heart. HEX triplet: 51, 39 and BE. RGB value is (81,57,190). Sum of RGB (Red+Green+Blue) = 81+57+190=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #5139BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5139BE is #AEC641. Grayscale: #4E4E4E. Windows color (decimal): -11454018 or 12466513. OLE color: 12466513.

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

Color convert

RGB 81 57 190 -
CMYK 0.57 0.7 0 0.25
HSL 250.83º 0.54% 0.48% -
HSV(B) 250.83º 0.7% 0.75% -
XYZ 14.15 8.39 49.59 -
YUV 79.34 190.45 129.19 -
System Red Green Blue C M Y K H S L
Decimal 81 57 190 0.57 0.7 0 0.25 250.83 0.54 0.48
Hex 51 39 BE 39 46 0 19 FB 36 30
Octal 121 71 276 71 106 0 31 373 66 60
Binary 1010001 111001 10111110 111001 1000110 0 11001 11111011 110110 110000

Color Harmonies of #5139BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5139BE

Black with #5139BE

Text Example


Text Example

White with #5139BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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