Html Css Color HEX #541ECC Purple Heart

📋 copy color: '#541ECC'

red 84 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #541ECC

Tints of Purple Heart #541ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 26.42%
G = 9.43%
B = 64.15%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#541ECC (or 0x541ECC) is known color: Purple Heart. HEX triplet: 54, 1E and CC. RGB value is (84,30,204). Sum of RGB (Red+Green+Blue) = 84+30+204=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #541ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ECC is #ABE133. Grayscale: #414141. Windows color (decimal): -11264308 or 13377108. OLE color: 13377108.

HSL color Cylindrical-coordinate representation of color #541ECC: hue angle of 258.62º 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 #541ECC is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 30 204 -
CMYK 0.59 0.85 0 0.2
HSL 258.62º 0.74% 0.46% -
HSV(B) 258.62º 0.85% 0.8% -
XYZ 15.02 7.17 57.72 -
YUV 65.98 205.89 140.85 -
System Red Green Blue C M Y K H S L
Decimal 84 30 204 0.59 0.85 0 0.2 258.62 0.74 0.46
Hex 54 1E CC 3B 55 0 14 103 4A 2E
Octal 124 36 314 73 125 0 24 403 112 56
Binary 1010100 11110 11001100 111011 1010101 0 10100 100000011 1001010 101110

Color Harmonies of #541ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541ECC

Black with #541ECC

Text Example


Text Example

White with #541ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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