Html Css Color HEX #5012BA Purple Heart

📋 copy color: '#5012BA'

red 80 ◦ green 18 ◦ blue 186

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

Shades of Purple Heart #5012BA

Tints of Purple Heart #5012BA

RGB

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

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

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

R = 28.17%
G = 6.34%
B = 65.49%

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

#5012BA (or 0x5012BA) is known color: Purple Heart. HEX triplet: 50, 12 and BA. RGB value is (80,18,186). Sum of RGB (Red+Green+Blue) = 80+18+186=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #5012BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012BA is #AFED45. Grayscale: #373737. Windows color (decimal): -11529542 or 12194384. OLE color: 12194384.

HSL color Cylindrical-coordinate representation of color #5012BA: hue angle of 262.14º degrees, saturation: 0.82, 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 #5012BA is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 18 186 -
CMYK 0.57 0.90 0 0.27
HSL 262.14º 0.82% 0.4% -
HSV(B) 262.14º 0.9% 0.73% -
XYZ 12.39 5.68 46.9 -
YUV 55.69 201.54 145.34 -
System Red Green Blue C M Y K H S L
Decimal 80 18 186 0.57 0.90 0 0.27 262.14 0.82 0.4
Hex 50 12 BA 39 5A 0 1B 106 52 28
Octal 120 22 272 71 132 0 33 406 122 50
Binary 1010000 10010 10111010 111001 1011010 0 11011 100000110 1010010 101000

Color Harmonies of #5012BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5012BA

Black with #5012BA

Text Example


Text Example

White with #5012BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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