Html Css Color HEX #543DAF Purple Heart

📋 copy color: '#543DAF'

red 84 ◦ green 61 ◦ blue 175

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

Shades of Purple Heart #543DAF

Tints of Purple Heart #543DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.06%

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

R = 26.25%
G = 19.06%
B = 54.69%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#543DAF (or 0x543DAF) is known color: Purple Heart. HEX triplet: 54, 3D and AF. RGB value is (84,61,175). Sum of RGB (Red+Green+Blue) = 84+61+175=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #543DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543DAF is #ABC250. Grayscale: #505050. Windows color (decimal): -11256401 or 11484500. OLE color: 11484500.

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

Color convert

RGB 84 61 175 -
CMYK 0.52 0.65 0 0.31
HSL 252.11º 0.48% 0.46% -
HSV(B) 252.11º 0.65% 0.69% -
XYZ 13.06 8.32 41.47 -
YUV 80.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 84 61 175 0.52 0.65 0 0.31 252.11 0.48 0.46
Hex 54 3D AF 34 41 0 1F FC 30 2E
Octal 124 75 257 64 101 0 37 374 60 56
Binary 1010100 111101 10101111 110100 1000001 0 11111 11111100 110000 101110

Color Harmonies of #543DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543DAF

Black with #543DAF

Text Example


Text Example

White with #543DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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