Html Css Color HEX #5012BF Purple Heart

📋 copy color: '#5012BF'

red 80 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #5012BF

Tints of Purple Heart #5012BF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

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

R = 27.68%
G = 6.23%
B = 66.09%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5012BF (or 0x5012BF) is known color: Purple Heart. HEX triplet: 50, 12 and BF. RGB value is (80,18,191). Sum of RGB (Red+Green+Blue) = 80+18+191=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #5012BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012BF is #AFED40. Grayscale: #373737. Windows color (decimal): -11529537 or 12522064. OLE color: 12522064.

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

Color convert

RGB 80 18 191 -
CMYK 0.58 0.91 0 0.25
HSL 261.5º 0.83% 0.41% -
HSV(B) 261.5º 0.91% 0.75% -
XYZ 12.93 5.9 49.75 -
YUV 56.26 204.04 144.93 -
System Red Green Blue C M Y K H S L
Decimal 80 18 191 0.58 0.91 0 0.25 261.5 0.83 0.41
Hex 50 12 BF 3A 5B 0 19 106 53 29
Octal 120 22 277 72 133 0 31 406 123 51
Binary 1010000 10010 10111111 111010 1011011 0 11001 100000110 1010011 101001

Color Harmonies of #5012BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5012BF

Black with #5012BF

Text Example


Text Example

White with #5012BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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