Html Css Color HEX #543ECC Purple Heart

📋 copy color: '#543ECC'

red 84 ◦ green 62 ◦ blue 204

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

Shades of Purple Heart #543ECC

Tints of Purple Heart #543ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

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

R = 24%
G = 17.71%
B = 58.29%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#543ECC (or 0x543ECC) is known color: Purple Heart. HEX triplet: 54, 3E and CC. RGB value is (84,62,204). Sum of RGB (Red+Green+Blue) = 84+62+204=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #543ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ECC is #ABC133. Grayscale: #545454. Windows color (decimal): -11256116 or 13385300. OLE color: 13385300.

HSL color Cylindrical-coordinate representation of color #543ECC: hue angle of 249.3º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #543ECC is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 62 204 -
CMYK 0.59 0.70 0 0.2
HSL 249.3º 0.58% 0.52% -
HSV(B) 249.3º 0.7% 0.8% -
XYZ 16.28 9.69 58.14 -
YUV 84.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 84 62 204 0.59 0.70 0 0.2 249.3 0.58 0.52
Hex 54 3E CC 3B 46 0 14 F9 3A 34
Octal 124 76 314 73 106 0 24 371 72 64
Binary 1010100 111110 11001100 111011 1000110 0 10100 11111001 111010 110100

Color Harmonies of #543ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543ECC

Black with #543ECC

Text Example


Text Example

White with #543ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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