Html Css Color HEX #5013BA Purple Heart

📋 copy color: '#5013BA'

red 80 ◦ green 19 ◦ blue 186

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

Shades of Purple Heart #5013BA

Tints of Purple Heart #5013BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 28.07%
G = 6.67%
B = 65.26%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5013BA (or 0x5013BA) is known color: Purple Heart. HEX triplet: 50, 13 and BA. RGB value is (80,19,186). Sum of RGB (Red+Green+Blue) = 80+19+186=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #5013BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013BA is #AFEC45. Grayscale: #373737. Windows color (decimal): -11529286 or 12194640. OLE color: 12194640.

HSL color Cylindrical-coordinate representation of color #5013BA: hue angle of 261.92º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5013BA is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 19 186 -
CMYK 0.57 0.90 0 0.27
HSL 261.92º 0.81% 0.4% -
HSV(B) 261.92º 0.9% 0.73% -
XYZ 12.4 5.72 46.9 -
YUV 56.28 201.21 144.92 -
System Red Green Blue C M Y K H S L
Decimal 80 19 186 0.57 0.90 0 0.27 261.92 0.81 0.4
Hex 50 13 BA 39 5A 0 1B 106 51 28
Octal 120 23 272 71 132 0 33 406 121 50
Binary 1010000 10011 10111010 111001 1011010 0 11011 100000110 1010001 101000

Color Harmonies of #5013BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013BA

Black with #5013BA

Text Example


Text Example

White with #5013BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5013BA; }

 p { color: rgb(80,19,186); }

 H1.HeaderClassName
 {
   color: #5013BA;
 }
 .AnyTagClassName
 {
   color: #5013BA;
 }
</style>

background-color css

<style>
 a { background-color: #5013BA; }

 a { background-color: rgb(80,19,186); }

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

border-color css

<style>
 span { border-color: #5013BA; }

 span { border-color: rgb(80,19,186); }

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