Html Css Color HEX #5039B2 Purple Heart

📋 copy color: '#5039B2'

red 80 ◦ green 57 ◦ blue 178

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

Shades of Purple Heart #5039B2

Tints of Purple Heart #5039B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 56.51%

R = 25.4%
G = 18.1%
B = 56.51%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5039B2 (or 0x5039B2) is known color: Purple Heart. HEX triplet: 50, 39 and B2. RGB value is (80,57,178). Sum of RGB (Red+Green+Blue) = 80+57+178=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 178 (69.92% from 255 or 56.51% from 315); Max value from RGB is 178 - color contains mainly: blue. Hex color #5039B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5039B2 is #AFC64D. Grayscale: #4D4D4D. Windows color (decimal): -11519566 or 11680080. OLE color: 11680080.

HSL color Cylindrical-coordinate representation of color #5039B2: hue angle of 251.4º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5039B2 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 57 178 -
CMYK 0.55 0.68 0 0.30
HSL 251.41º 0.51% 0.46% -
HSV(B) 251.41º 0.68% 0.7% -
XYZ 12.81 7.85 42.96 -
YUV 77.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 80 57 178 0.55 0.68 0 0.30 251.41 0.51 0.46
Hex 50 39 B2 37 44 0 1E FB 33 2E
Octal 120 71 262 67 104 0 36 373 63 56
Binary 1010000 111001 10110010 110111 1000100 0 11110 11111011 110011 101110

Color Harmonies of #5039B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5039B2

Black with #5039B2

Text Example


Text Example

White with #5039B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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