Html Css Color HEX #500EBA Purple Heart

📋 copy color: '#500EBA'

red 80 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #500EBA

Tints of Purple Heart #500EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5%

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

R = 28.57%
G = 5%
B = 66.43%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#500EBA (or 0x500EBA) is known color: Purple Heart. HEX triplet: 50, 0E and BA. RGB value is (80,14,186). Sum of RGB (Red+Green+Blue) = 80+14+186=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #500EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500EBA is #AFF145. Grayscale: #343434. Windows color (decimal): -11530566 or 12193360. OLE color: 12193360.

HSL color Cylindrical-coordinate representation of color #500EBA: hue angle of 263.02º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500EBA is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 14 186 -
CMYK 0.57 0.92 0 0.27
HSL 263.02º 0.86% 0.39% -
HSV(B) 263.02º 0.92% 0.73% -
XYZ 12.33 5.56 46.88 -
YUV 53.34 202.87 147.01 -
System Red Green Blue C M Y K H S L
Decimal 80 14 186 0.57 0.92 0 0.27 263.02 0.86 0.39
Hex 50 E BA 39 5C 0 1B 107 56 27
Octal 120 16 272 71 134 0 33 407 126 47
Binary 1010000 1110 10111010 111001 1011100 0 11011 100000111 1010110 100111

Color Harmonies of #500EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500EBA

Black with #500EBA

Text Example


Text Example

White with #500EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500EBA; }

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

 H1.HeaderClassName
 {
   color: #500EBA;
 }
 .AnyTagClassName
 {
   color: #500EBA;
 }
</style>

background-color css

<style>
 a { background-color: #500EBA; }

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

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

border-color css

<style>
 span { border-color: #500EBA; }

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

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