Html Css Color HEX #540EBC Purple Heart

📋 copy color: '#540EBC'

red 84 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #540EBC

Tints of Purple Heart #540EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 29.37%
G = 4.9%
B = 65.73%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#540EBC (or 0x540EBC) is known color: Purple Heart. HEX triplet: 54, 0E and BC. RGB value is (84,14,188). Sum of RGB (Red+Green+Blue) = 84+14+188=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #540EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540EBC is #ABF143. Grayscale: #363636. Windows color (decimal): -11268420 or 12324436. OLE color: 12324436.

HSL color Cylindrical-coordinate representation of color #540EBC: hue angle of 264.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540EBC is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 14 188 -
CMYK 0.55 0.93 0 0.26
HSL 264.14º 0.86% 0.4% -
HSV(B) 264.14º 0.93% 0.74% -
XYZ 12.89 5.83 48.02 -
YUV 54.77 203.19 148.85 -
System Red Green Blue C M Y K H S L
Decimal 84 14 188 0.55 0.93 0 0.26 264.14 0.86 0.4
Hex 54 E BC 37 5D 0 1A 108 56 28
Octal 124 16 274 67 135 0 32 410 126 50
Binary 1010100 1110 10111100 110111 1011101 0 11010 100001000 1010110 101000

Color Harmonies of #540EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540EBC

Black with #540EBC

Text Example


Text Example

White with #540EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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