Html Css Color HEX #541ECA Purple Heart

📋 copy color: '#541ECA'

red 84 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #541ECA

Tints of Purple Heart #541ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.92%

R = 26.58%
G = 9.49%
B = 63.92%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#541ECA (or 0x541ECA) is known color: Purple Heart. HEX triplet: 54, 1E and CA. RGB value is (84,30,202). Sum of RGB (Red+Green+Blue) = 84+30+202=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #541ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ECA is #ABE135. Grayscale: #414141. Windows color (decimal): -11264310 or 13246036. OLE color: 13246036.

HSL color Cylindrical-coordinate representation of color #541ECA: hue angle of 258.84º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541ECA is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 30 202 -
CMYK 0.58 0.85 0 0.21
HSL 258.84º 0.74% 0.45% -
HSV(B) 258.84º 0.85% 0.79% -
XYZ 14.78 7.08 56.46 -
YUV 65.75 204.89 141.01 -
System Red Green Blue C M Y K H S L
Decimal 84 30 202 0.58 0.85 0 0.21 258.84 0.74 0.45
Hex 54 1E CA 3A 55 0 15 103 4A 2D
Octal 124 36 312 72 125 0 25 403 112 55
Binary 1010100 11110 11001010 111010 1010101 0 10101 100000011 1001010 101101

Color Harmonies of #541ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541ECA

Black with #541ECA

Text Example


Text Example

White with #541ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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