Html Css Color HEX #543AAF Purple Heart

📋 copy color: '#543AAF'

red 84 ◦ green 58 ◦ blue 175

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

Shades of Purple Heart #543AAF

Tints of Purple Heart #543AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 175 (68.75% from 255) = 55.21%

R = 26.5%
G = 18.3%
B = 55.21%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#543AAF (or 0x543AAF) is known color: Purple Heart. HEX triplet: 54, 3A and AF. RGB value is (84,58,175). Sum of RGB (Red+Green+Blue) = 84+58+175=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #543AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543AAF is #ABC550. Grayscale: #4E4E4E. Windows color (decimal): -11257169 or 11483732. OLE color: 11483732.

HSL color Cylindrical-coordinate representation of color #543AAF: hue angle of 253.33º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #543AAF is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 58 175 -
CMYK 0.52 0.67 0 0.31
HSL 253.33º 0.5% 0.46% -
HSV(B) 253.33º 0.67% 0.69% -
XYZ 12.91 8.01 41.42 -
YUV 79.11 182.11 131.49 -
System Red Green Blue C M Y K H S L
Decimal 84 58 175 0.52 0.67 0 0.31 253.33 0.5 0.46
Hex 54 3A AF 34 43 0 1F FD 32 2E
Octal 124 72 257 64 103 0 37 375 62 56
Binary 1010100 111010 10101111 110100 1000011 0 11111 11111101 110010 101110

Color Harmonies of #543AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543AAF

Black with #543AAF

Text Example


Text Example

White with #543AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,58,175); }

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

background-color css

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

 a { background-color: rgb(84,58,175); }

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

border-color css

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

 span { border-color: rgb(84,58,175); }

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