Html Css Color HEX #540ED3 Purple Heart

📋 copy color: '#540ED3'

red 84 ◦ green 14 ◦ blue 211

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

Shades of Purple Heart #540ED3

Tints of Purple Heart #540ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 68.28%

R = 27.18%
G = 4.53%
B = 68.28%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#540ED3 (or 0x540ED3) is known color: Purple Heart. HEX triplet: 54, 0E and D3. RGB value is (84,14,211). Sum of RGB (Red+Green+Blue) = 84+14+211=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 211 (82.81% from 255 or 68.28% from 309); Max value from RGB is 211 - color contains mainly: blue. Hex color #540ED3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ED3 is #ABF12C. Grayscale: #383838. Windows color (decimal): -11268397 or 13831764. OLE color: 13831764.

HSL color Cylindrical-coordinate representation of color #540ED3: hue angle of 261.32º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540ED3 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 84 14 211 -
CMYK 0.60 0.93 0 0.17
HSL 261.32º 0.88% 0.44% -
HSV(B) 261.32º 0.93% 0.83% -
XYZ 15.57 6.9 62.14 -
YUV 57.39 214.69 146.98 -
System Red Green Blue C M Y K H S L
Decimal 84 14 211 0.60 0.93 0 0.17 261.32 0.88 0.44
Hex 54 E D3 3C 5D 0 11 105 58 2C
Octal 124 16 323 74 135 0 21 405 130 54
Binary 1010100 1110 11010011 111100 1011101 0 10001 100000101 1011000 101100

Color Harmonies of #540ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540ED3

Black with #540ED3

Text Example


Text Example

White with #540ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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