Html Css Color HEX #5031BE Purple Heart

📋 copy color: '#5031BE'

red 80 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #5031BE

Tints of Purple Heart #5031BE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

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

R = 25.08%
G = 15.36%
B = 59.56%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5031BE (or 0x5031BE) is known color: Purple Heart. HEX triplet: 50, 31 and BE. RGB value is (80,49,190). Sum of RGB (Red+Green+Blue) = 80+49+190=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #5031BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5031BE is #AFCE41. Grayscale: #494949. Windows color (decimal): -11521602 or 12464464. OLE color: 12464464.

HSL color Cylindrical-coordinate representation of color #5031BE: hue angle of 253.19º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5031BE is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 49 190 -
CMYK 0.58 0.74 0 0.25
HSL 253.19º 0.59% 0.47% -
HSV(B) 253.19º 0.74% 0.75% -
XYZ 13.7 7.62 49.46 -
YUV 74.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 80 49 190 0.58 0.74 0 0.25 253.19 0.59 0.47
Hex 50 31 BE 3A 4A 0 19 FD 3B 2F
Octal 120 61 276 72 112 0 31 375 73 57
Binary 1010000 110001 10111110 111010 1001010 0 11001 11111101 111011 101111

Color Harmonies of #5031BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5031BE

Black with #5031BE

Text Example


Text Example

White with #5031BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,49,190); }

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

background-color css

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

 a { background-color: rgb(80,49,190); }

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

border-color css

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

 span { border-color: rgb(80,49,190); }

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