Html Css Color HEX #5039BA Purple Heart

📋 copy color: '#5039BA'

red 80 ◦ green 57 ◦ blue 186

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

Shades of Purple Heart #5039BA

Tints of Purple Heart #5039BA

RGB

 RED value IS 80 (31.64% from 255) = 24.77%

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

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 24.77%
G = 17.65%
B = 57.59%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5039BA (or 0x5039BA) is known color: Purple Heart. HEX triplet: 50, 39 and BA. RGB value is (80,57,186). Sum of RGB (Red+Green+Blue) = 80+57+186=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #5039BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039BA is #AFC645. Grayscale: #4E4E4E. Windows color (decimal): -11519558 or 12204368. OLE color: 12204368.

HSL color Cylindrical-coordinate representation of color #5039BA: hue angle of 250.7º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5039BA is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 57 186 -
CMYK 0.57 0.69 0 0.27
HSL 250.7º 0.53% 0.48% -
HSV(B) 250.7º 0.69% 0.73% -
XYZ 13.63 8.18 47.31 -
YUV 78.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 80 57 186 0.57 0.69 0 0.27 250.7 0.53 0.48
Hex 50 39 BA 39 45 0 1B FB 35 30
Octal 120 71 272 71 105 0 33 373 65 60
Binary 1010000 111001 10111010 111001 1000101 0 11011 11111011 110101 110000

Color Harmonies of #5039BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5039BA

Black with #5039BA

Text Example


Text Example

White with #5039BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5039BA; }

 p { color: rgb(80,57,186); }

 H1.HeaderClassName
 {
   color: #5039BA;
 }
 .AnyTagClassName
 {
   color: #5039BA;
 }
</style>

background-color css

<style>
 a { background-color: #5039BA; }

 a { background-color: rgb(80,57,186); }

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

border-color css

<style>
 span { border-color: #5039BA; }

 span { border-color: rgb(80,57,186); }

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