Html Css Color HEX #543BAE Purple Heart

📋 copy color: '#543BAE'

red 84 ◦ green 59 ◦ blue 174

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

Shades of Purple Heart #543BAE

Tints of Purple Heart #543BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

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

R = 26.5%
G = 18.61%
B = 54.89%

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

#543BAE (or 0x543BAE) is known color: Purple Heart. HEX triplet: 54, 3B and AE. RGB value is (84,59,174). Sum of RGB (Red+Green+Blue) = 84+59+174=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #543BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543BAE is #ABC451. Grayscale: #4F4F4F. Windows color (decimal): -11256914 or 11418452. OLE color: 11418452.

HSL color Cylindrical-coordinate representation of color #543BAE: hue angle of 253.04º 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 #543BAE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 59 174 -
CMYK 0.52 0.66 0 0.32
HSL 253.04º 0.49% 0.46% -
HSV(B) 253.04º 0.66% 0.68% -
XYZ 12.86 8.07 40.92 -
YUV 79.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 84 59 174 0.52 0.66 0 0.32 253.04 0.49 0.46
Hex 54 3B AE 34 42 0 20 FD 31 2E
Octal 124 73 256 64 102 0 40 375 61 56
Binary 1010100 111011 10101110 110100 1000010 0 100000 11111101 110001 101110

Color Harmonies of #543BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543BAE

Black with #543BAE

Text Example


Text Example

White with #543BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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