Html Css Color HEX #5037DC Purple Heart

📋 copy color: '#5037DC'

red 80 ◦ green 55 ◦ blue 220

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

Shades of Purple Heart #5037DC

Tints of Purple Heart #5037DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 22.54%
G = 15.49%
B = 61.97%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5037DC (or 0x5037DC) is known color: Purple Heart. HEX triplet: 50, 37 and DC. RGB value is (80,55,220). Sum of RGB (Red+Green+Blue) = 80+55+220=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #5037DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5037DC is #AFC823. Grayscale: #505050. Windows color (decimal): -11520036 or 14432080. OLE color: 14432080.

HSL color Cylindrical-coordinate representation of color #5037DC: hue angle of 249.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5037DC is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 55 220 -
CMYK 0.64 0.75 0 0.14
HSL 249.09º 0.7% 0.54% -
HSV(B) 249.09º 0.75% 0.86% -
XYZ 17.59 9.61 68.64 -
YUV 81.29 206.28 127.08 -
System Red Green Blue C M Y K H S L
Decimal 80 55 220 0.64 0.75 0 0.14 249.09 0.7 0.54
Hex 50 37 DC 40 4B 0 E F9 46 36
Octal 120 67 334 100 113 0 16 371 106 66
Binary 1010000 110111 11011100 1000000 1001011 0 1110 11111001 1000110 110110

Color Harmonies of #5037DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5037DC

Black with #5037DC

Text Example


Text Example

White with #5037DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5037DC; }

 p { color: rgb(80,55,220); }

 H1.HeaderClassName
 {
   color: #5037DC;
 }
 .AnyTagClassName
 {
   color: #5037DC;
 }
</style>

background-color css

<style>
 a { background-color: #5037DC; }

 a { background-color: rgb(80,55,220); }

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

border-color css

<style>
 span { border-color: #5037DC; }

 span { border-color: rgb(80,55,220); }

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