Html Css Color HEX #543CAE Purple Heart

📋 copy color: '#543CAE'

red 84 ◦ green 60 ◦ blue 174

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

Shades of Purple Heart #543CAE

Tints of Purple Heart #543CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

 BLUE value IS 174 (68.36% from 255) = 54.72%

R = 26.42%
G = 18.87%
B = 54.72%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#543CAE (or 0x543CAE) is known color: Purple Heart. HEX triplet: 54, 3C and AE. RGB value is (84,60,174). Sum of RGB (Red+Green+Blue) = 84+60+174=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #543CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543CAE is #ABC351. Grayscale: #4F4F4F. Windows color (decimal): -11256658 or 11418708. OLE color: 11418708.

HSL color Cylindrical-coordinate representation of color #543CAE: hue angle of 252.63º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #543CAE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 60 174 -
CMYK 0.52 0.66 0 0.32
HSL 252.63º 0.49% 0.46% -
HSV(B) 252.63º 0.66% 0.68% -
XYZ 12.91 8.17 40.94 -
YUV 80.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 84 60 174 0.52 0.66 0 0.32 252.63 0.49 0.46
Hex 54 3C AE 34 42 0 20 FD 31 2E
Octal 124 74 256 64 102 0 40 375 61 56
Binary 1010100 111100 10101110 110100 1000010 0 100000 11111101 110001 101110

Color Harmonies of #543CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543CAE

Black with #543CAE

Text Example


Text Example

White with #543CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,60,174); }

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

background-color css

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

 a { background-color: rgb(84,60,174); }

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

border-color css

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

 span { border-color: rgb(84,60,174); }

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