Html Css Color HEX #540EBF Purple Heart

📋 copy color: '#540EBF'

red 84 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #540EBF

Tints of Purple Heart #540EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.09%

R = 29.07%
G = 4.84%
B = 66.09%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#540EBF (or 0x540EBF) is known color: Purple Heart. HEX triplet: 54, 0E and BF. RGB value is (84,14,191). Sum of RGB (Red+Green+Blue) = 84+14+191=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #540EBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540EBF is #ABF140. Grayscale: #363636. Windows color (decimal): -11268417 or 12521044. OLE color: 12521044.

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

Color convert

RGB 84 14 191 -
CMYK 0.56 0.93 0 0.25
HSL 263.73º 0.86% 0.4% -
HSV(B) 263.73º 0.93% 0.75% -
XYZ 13.22 5.96 49.74 -
YUV 55.11 204.69 148.61 -
System Red Green Blue C M Y K H S L
Decimal 84 14 191 0.56 0.93 0 0.25 263.73 0.86 0.4
Hex 54 E BF 38 5D 0 19 108 56 28
Octal 124 16 277 70 135 0 31 410 126 50
Binary 1010100 1110 10111111 111000 1011101 0 11001 100001000 1010110 101000

Color Harmonies of #540EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540EBF

Black with #540EBF

Text Example


Text Example

White with #540EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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