Html Css Color HEX #543AB2 Purple Heart

📋 copy color: '#543AB2'

red 84 ◦ green 58 ◦ blue 178

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

Shades of Purple Heart #543AB2

Tints of Purple Heart #543AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.63%

R = 26.25%
G = 18.13%
B = 55.63%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#543AB2 (or 0x543AB2) is known color: Purple Heart. HEX triplet: 54, 3A and B2. RGB value is (84,58,178). Sum of RGB (Red+Green+Blue) = 84+58+178=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #543AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543AB2 is #ABC54D. Grayscale: #4F4F4F. Windows color (decimal): -11257166 or 11680340. OLE color: 11680340.

HSL color Cylindrical-coordinate representation of color #543AB2: hue angle of 253º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #543AB2 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 58 178 -
CMYK 0.53 0.67 0 0.30
HSL 253º 0.51% 0.46% -
HSV(B) 253º 0.67% 0.7% -
XYZ 13.21 8.13 42.99 -
YUV 79.45 183.61 131.24 -
System Red Green Blue C M Y K H S L
Decimal 84 58 178 0.53 0.67 0 0.30 253 0.51 0.46
Hex 54 3A B2 35 43 0 1E FD 33 2E
Octal 124 72 262 65 103 0 36 375 63 56
Binary 1010100 111010 10110010 110101 1000011 0 11110 11111101 110011 101110

Color Harmonies of #543AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543AB2

Black with #543AB2

Text Example


Text Example

White with #543AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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