Html Css Color HEX #5018BF Purple Heart

📋 copy color: '#5018BF'

red 80 ◦ green 24 ◦ blue 191

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

Shades of Purple Heart #5018BF

Tints of Purple Heart #5018BF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 191 (75% from 255) = 64.75%

R = 27.12%
G = 8.14%
B = 64.75%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5018BF (or 0x5018BF) is known color: Purple Heart. HEX triplet: 50, 18 and BF. RGB value is (80,24,191). Sum of RGB (Red+Green+Blue) = 80+24+191=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #5018BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5018BF is #AFE740. Grayscale: #3B3B3B. Windows color (decimal): -11528001 or 12523600. OLE color: 12523600.

HSL color Cylindrical-coordinate representation of color #5018BF: hue angle of 260.12º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5018BF is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 24 191 -
CMYK 0.58 0.87 0 0.25
HSL 260.12º 0.78% 0.42% -
HSV(B) 260.12º 0.87% 0.75% -
XYZ 13.04 6.12 49.78 -
YUV 59.78 202.05 142.42 -
System Red Green Blue C M Y K H S L
Decimal 80 24 191 0.58 0.87 0 0.25 260.12 0.78 0.42
Hex 50 18 BF 3A 57 0 19 104 4E 2A
Octal 120 30 277 72 127 0 31 404 116 52
Binary 1010000 11000 10111111 111010 1010111 0 11001 100000100 1001110 101010

Color Harmonies of #5018BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5018BF

Black with #5018BF

Text Example


Text Example

White with #5018BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5018BF; }

 p { color: rgb(80,24,191); }

 H1.HeaderClassName
 {
   color: #5018BF;
 }
 .AnyTagClassName
 {
   color: #5018BF;
 }
</style>

background-color css

<style>
 a { background-color: #5018BF; }

 a { background-color: rgb(80,24,191); }

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

border-color css

<style>
 span { border-color: #5018BF; }

 span { border-color: rgb(80,24,191); }

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