Html Css Color HEX #540EBB Purple Heart

📋 copy color: '#540EBB'

red 84 ◦ green 14 ◦ blue 187

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

Shades of Purple Heart #540EBB

Tints of Purple Heart #540EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.61%

R = 29.47%
G = 4.91%
B = 65.61%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#540EBB (or 0x540EBB) is known color: Purple Heart. HEX triplet: 54, 0E and BB. RGB value is (84,14,187). Sum of RGB (Red+Green+Blue) = 84+14+187=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #540EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540EBB is #ABF144. Grayscale: #363636. Windows color (decimal): -11268421 or 12258900. OLE color: 12258900.

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

Color convert

RGB 84 14 187 -
CMYK 0.55 0.93 0 0.27
HSL 264.28º 0.86% 0.39% -
HSV(B) 264.28º 0.93% 0.73% -
XYZ 12.78 5.79 47.46 -
YUV 54.65 202.69 148.93 -
System Red Green Blue C M Y K H S L
Decimal 84 14 187 0.55 0.93 0 0.27 264.28 0.86 0.39
Hex 54 E BB 37 5D 0 1B 108 56 27
Octal 124 16 273 67 135 0 33 410 126 47
Binary 1010100 1110 10111011 110111 1011101 0 11011 100001000 1010110 100111

Color Harmonies of #540EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540EBB

Black with #540EBB

Text Example


Text Example

White with #540EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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