Html Css Color HEX #5039B5 Purple Heart

📋 copy color: '#5039B5'

red 80 ◦ green 57 ◦ blue 181

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

Shades of Purple Heart #5039B5

Tints of Purple Heart #5039B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 56.92%

R = 25.16%
G = 17.92%
B = 56.92%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5039B5 (or 0x5039B5) is known color: Purple Heart. HEX triplet: 50, 39 and B5. RGB value is (80,57,181). Sum of RGB (Red+Green+Blue) = 80+57+181=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 181 (71.09% from 255 or 56.92% from 318); Max value from RGB is 181 - color contains mainly: blue. Hex color #5039B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039B5 is #AFC64A. Grayscale: #4D4D4D. Windows color (decimal): -11519563 or 11876688. OLE color: 11876688.

HSL color Cylindrical-coordinate representation of color #5039B5: hue angle of 251.13º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5039B5 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 57 181 -
CMYK 0.56 0.69 0 0.29
HSL 251.13º 0.52% 0.47% -
HSV(B) 251.13º 0.69% 0.71% -
XYZ 13.11 7.97 44.56 -
YUV 78.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 80 57 181 0.56 0.69 0 0.29 251.13 0.52 0.47
Hex 50 39 B5 38 45 0 1D FB 34 2F
Octal 120 71 265 70 105 0 35 373 64 57
Binary 1010000 111001 10110101 111000 1000101 0 11101 11111011 110100 101111

Color Harmonies of #5039B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5039B5

Black with #5039B5

Text Example


Text Example

White with #5039B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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