Html Css Color HEX #541ED7 Purple Heart

📋 copy color: '#541ED7'

red 84 ◦ green 30 ◦ blue 215

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

Shades of Purple Heart #541ED7

Tints of Purple Heart #541ED7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

 BLUE value IS 215 (84.38% from 255) = 65.35%

R = 25.53%
G = 9.12%
B = 65.35%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#541ED7 (or 0x541ED7) is known color: Purple Heart. HEX triplet: 54, 1E and D7. RGB value is (84,30,215). Sum of RGB (Red+Green+Blue) = 84+30+215=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 215 (84.38% from 255 or 65.35% from 329); Max value from RGB is 215 - color contains mainly: blue. Hex color #541ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ED7 is #ABE128. Grayscale: #424242. Windows color (decimal): -11264297 or 14098004. OLE color: 14098004.

HSL color Cylindrical-coordinate representation of color #541ED7: hue angle of 257.51º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541ED7 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 30 215 -
CMYK 0.61 0.86 0 0.16
HSL 257.51º 0.76% 0.48% -
HSV(B) 257.51º 0.86% 0.84% -
XYZ 16.39 7.72 64.92 -
YUV 67.24 211.39 139.96 -
System Red Green Blue C M Y K H S L
Decimal 84 30 215 0.61 0.86 0 0.16 257.51 0.76 0.48
Hex 54 1E D7 3D 56 0 10 102 4C 30
Octal 124 36 327 75 126 0 20 402 114 60
Binary 1010100 11110 11010111 111101 1010110 0 10000 100000010 1001100 110000

Color Harmonies of #541ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541ED7

Black with #541ED7

Text Example


Text Example

White with #541ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541ED7; }

 p { color: rgb(84,30,215); }

 H1.HeaderClassName
 {
   color: #541ED7;
 }
 .AnyTagClassName
 {
   color: #541ED7;
 }
</style>

background-color css

<style>
 a { background-color: #541ED7; }

 a { background-color: rgb(84,30,215); }

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

border-color css

<style>
 span { border-color: #541ED7; }

 span { border-color: rgb(84,30,215); }

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