Html Css Color HEX #541EBD Purple Heart

📋 copy color: '#541EBD'

red 84 ◦ green 30 ◦ blue 189

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

Shades of Purple Heart #541EBD

Tints of Purple Heart #541EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 27.72%
G = 9.9%
B = 62.38%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#541EBD (or 0x541EBD) is known color: Purple Heart. HEX triplet: 54, 1E and BD. RGB value is (84,30,189). Sum of RGB (Red+Green+Blue) = 84+30+189=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #541EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541EBD is #ABE142. Grayscale: #3F3F3F. Windows color (decimal): -11264323 or 12394068. OLE color: 12394068.

HSL color Cylindrical-coordinate representation of color #541EBD: hue angle of 260.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541EBD is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 30 189 -
CMYK 0.56 0.84 0 0.26
HSL 260.38º 0.73% 0.43% -
HSV(B) 260.38º 0.84% 0.74% -
XYZ 13.31 6.49 48.7 -
YUV 64.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 84 30 189 0.56 0.84 0 0.26 260.38 0.73 0.43
Hex 54 1E BD 38 54 0 1A 104 49 2B
Octal 124 36 275 70 124 0 32 404 111 53
Binary 1010100 11110 10111101 111000 1010100 0 11010 100000100 1001001 101011

Color Harmonies of #541EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EBD

Black with #541EBD

Text Example


Text Example

White with #541EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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