Html Css Color HEX #5038BB Purple Heart

📋 copy color: '#5038BB'

red 80 ◦ green 56 ◦ blue 187

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

Shades of Purple Heart #5038BB

Tints of Purple Heart #5038BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

 BLUE value IS 187 (73.44% from 255) = 57.89%

R = 24.77%
G = 17.34%
B = 57.89%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5038BB (or 0x5038BB) is known color: Purple Heart. HEX triplet: 50, 38 and BB. RGB value is (80,56,187). Sum of RGB (Red+Green+Blue) = 80+56+187=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #5038BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5038BB is #AFC744. Grayscale: #4D4D4D. Windows color (decimal): -11519813 or 12269648. OLE color: 12269648.

HSL color Cylindrical-coordinate representation of color #5038BB: hue angle of 250.99º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5038BB is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 56 187 -
CMYK 0.57 0.70 0 0.27
HSL 250.99º 0.54% 0.48% -
HSV(B) 250.99º 0.7% 0.73% -
XYZ 13.69 8.12 47.86 -
YUV 78.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 80 56 187 0.57 0.70 0 0.27 250.99 0.54 0.48
Hex 50 38 BB 39 46 0 1B FB 36 30
Octal 120 70 273 71 106 0 33 373 66 60
Binary 1010000 111000 10111011 111001 1000110 0 11011 11111011 110110 110000

Color Harmonies of #5038BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5038BB

Black with #5038BB

Text Example


Text Example

White with #5038BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5038BB; }

 p { color: rgb(80,56,187); }

 H1.HeaderClassName
 {
   color: #5038BB;
 }
 .AnyTagClassName
 {
   color: #5038BB;
 }
</style>

background-color css

<style>
 a { background-color: #5038BB; }

 a { background-color: rgb(80,56,187); }

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

border-color css

<style>
 span { border-color: #5038BB; }

 span { border-color: rgb(80,56,187); }

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