Html Css Color HEX #5039DC Purple Heart

📋 copy color: '#5039DC'

red 80 ◦ green 57 ◦ blue 220

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

Shades of Purple Heart #5039DC

Tints of Purple Heart #5039DC

RGB

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

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

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

R = 22.41%
G = 15.97%
B = 61.62%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5039DC (or 0x5039DC) is known color: Purple Heart. HEX triplet: 50, 39 and DC. RGB value is (80,57,220). Sum of RGB (Red+Green+Blue) = 80+57+220=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #5039DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039DC is #AFC623. Grayscale: #515151. Windows color (decimal): -11519524 or 14432592. OLE color: 14432592.

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

Color convert

RGB 80 57 220 -
CMYK 0.64 0.74 0 0.14
HSL 248.47º 0.7% 0.54% -
HSV(B) 248.47º 0.74% 0.86% -
XYZ 17.69 9.8 68.67 -
YUV 82.46 205.62 126.25 -
System Red Green Blue C M Y K H S L
Decimal 80 57 220 0.64 0.74 0 0.14 248.47 0.7 0.54
Hex 50 39 DC 40 4A 0 E F8 46 36
Octal 120 71 334 100 112 0 16 370 106 66
Binary 1010000 111001 11011100 1000000 1001010 0 1110 11111000 1000110 110110

Color Harmonies of #5039DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5039DC

Black with #5039DC

Text Example


Text Example

White with #5039DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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