Html Css Color HEX #543EB2 Purple Heart

📋 copy color: '#543EB2'

red 84 ◦ green 62 ◦ blue 178

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

Shades of Purple Heart #543EB2

Tints of Purple Heart #543EB2

RGB

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

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

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

R = 25.93%
G = 19.14%
B = 54.94%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#543EB2 (or 0x543EB2) is known color: Purple Heart. HEX triplet: 54, 3E and B2. RGB value is (84,62,178). Sum of RGB (Red+Green+Blue) = 84+62+178=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #543EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543EB2 is #ABC14D. Grayscale: #515151. Windows color (decimal): -11256142 or 11681364. OLE color: 11681364.

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

Color convert

RGB 84 62 178 -
CMYK 0.53 0.65 0 0.30
HSL 251.38º 0.48% 0.47% -
HSV(B) 251.38º 0.65% 0.7% -
XYZ 13.41 8.54 43.06 -
YUV 81.8 182.29 129.57 -
System Red Green Blue C M Y K H S L
Decimal 84 62 178 0.53 0.65 0 0.30 251.38 0.48 0.47
Hex 54 3E B2 35 41 0 1E FB 30 2F
Octal 124 76 262 65 101 0 36 373 60 57
Binary 1010100 111110 10110010 110101 1000001 0 11110 11111011 110000 101111

Color Harmonies of #543EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543EB2

Black with #543EB2

Text Example


Text Example

White with #543EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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