Html Css Color HEX #541ECB Purple Heart

📋 copy color: '#541ECB'

red 84 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #541ECB

Tints of Purple Heart #541ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 26.5%
G = 9.46%
B = 64.04%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#541ECB (or 0x541ECB) is known color: Purple Heart. HEX triplet: 54, 1E and CB. RGB value is (84,30,203). Sum of RGB (Red+Green+Blue) = 84+30+203=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #541ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ECB is #ABE134. Grayscale: #414141. Windows color (decimal): -11264309 or 13311572. OLE color: 13311572.

HSL color Cylindrical-coordinate representation of color #541ECB: hue angle of 258.73º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541ECB is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 30 203 -
CMYK 0.59 0.85 0 0.20
HSL 258.73º 0.74% 0.46% -
HSV(B) 258.73º 0.85% 0.8% -
XYZ 14.9 7.13 57.09 -
YUV 65.87 205.39 140.93 -
System Red Green Blue C M Y K H S L
Decimal 84 30 203 0.59 0.85 0 0.20 258.73 0.74 0.46
Hex 54 1E CB 3B 55 0 14 103 4A 2E
Octal 124 36 313 73 125 0 24 403 112 56
Binary 1010100 11110 11001011 111011 1010101 0 10100 100000011 1001010 101110

Color Harmonies of #541ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541ECB

Black with #541ECB

Text Example


Text Example

White with #541ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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