Html Css Color HEX #5038DC Purple Heart

📋 copy color: '#5038DC'

red 80 ◦ green 56 ◦ blue 220

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

Shades of Purple Heart #5038DC

Tints of Purple Heart #5038DC

RGB

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

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

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

R = 22.47%
G = 15.73%
B = 61.8%

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

#5038DC (or 0x5038DC) is known color: Purple Heart. HEX triplet: 50, 38 and DC. RGB value is (80,56,220). Sum of RGB (Red+Green+Blue) = 80+56+220=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #5038DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5038DC is #AFC723. Grayscale: #515151. Windows color (decimal): -11519780 or 14432336. OLE color: 14432336.

HSL color Cylindrical-coordinate representation of color #5038DC: hue angle of 248.78º 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 #5038DC is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 56 220 -
CMYK 0.64 0.75 0 0.14
HSL 248.78º 0.7% 0.54% -
HSV(B) 248.78º 0.75% 0.86% -
XYZ 17.64 9.7 68.65 -
YUV 81.87 205.95 126.66 -
System Red Green Blue C M Y K H S L
Decimal 80 56 220 0.64 0.75 0 0.14 248.78 0.7 0.54
Hex 50 38 DC 40 4B 0 E F9 46 36
Octal 120 70 334 100 113 0 16 371 106 66
Binary 1010000 111000 11011100 1000000 1001011 0 1110 11111001 1000110 110110

Color Harmonies of #5038DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5038DC

Black with #5038DC

Text Example


Text Example

White with #5038DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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