Html Css Color HEX #540EBA Purple Heart

📋 copy color: '#540EBA'

red 84 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #540EBA

Tints of Purple Heart #540EBA

RGB

 RED value IS 84 (33.2% from 255) = 29.58%

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

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

R = 29.58%
G = 4.93%
B = 65.49%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#540EBA (or 0x540EBA) is known color: Purple Heart. HEX triplet: 54, 0E and BA. RGB value is (84,14,186). Sum of RGB (Red+Green+Blue) = 84+14+186=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 14 (5.86% from 255 or 4.93% 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 #540EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540EBA is #ABF145. Grayscale: #353535. Windows color (decimal): -11268422 or 12193364. OLE color: 12193364.

HSL color Cylindrical-coordinate representation of color #540EBA: hue angle of 264.42º 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 #540EBA is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 14 186 -
CMYK 0.55 0.92 0 0.27
HSL 264.42º 0.86% 0.39% -
HSV(B) 264.42º 0.92% 0.73% -
XYZ 12.68 5.74 46.89 -
YUV 54.54 202.19 149.01 -
System Red Green Blue C M Y K H S L
Decimal 84 14 186 0.55 0.92 0 0.27 264.42 0.86 0.39
Hex 54 E BA 37 5C 0 1B 108 56 27
Octal 124 16 272 67 134 0 33 410 126 47
Binary 1010100 1110 10111010 110111 1011100 0 11011 100001000 1010110 100111

Color Harmonies of #540EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540EBA

Black with #540EBA

Text Example


Text Example

White with #540EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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