Html Css Color HEX #543BDA Purple Heart

📋 copy color: '#543BDA'

red 84 ◦ green 59 ◦ blue 218

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

Shades of Purple Heart #543BDA

Tints of Purple Heart #543BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.39%

R = 23.27%
G = 16.34%
B = 60.39%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#543BDA (or 0x543BDA) is known color: Purple Heart. HEX triplet: 54, 3B and DA. RGB value is (84,59,218). Sum of RGB (Red+Green+Blue) = 84+59+218=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #543BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543BDA is #ABC425. Grayscale: #535353. Windows color (decimal): -11256870 or 14302036. OLE color: 14302036.

HSL color Cylindrical-coordinate representation of color #543BDA: hue angle of 249.43º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #543BDA is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 59 218 -
CMYK 0.61 0.73 0 0.15
HSL 249.43º 0.68% 0.54% -
HSV(B) 249.43º 0.73% 0.85% -
XYZ 17.88 10.07 67.33 -
YUV 84.6 203.28 127.57 -
System Red Green Blue C M Y K H S L
Decimal 84 59 218 0.61 0.73 0 0.15 249.43 0.68 0.54
Hex 54 3B DA 3D 49 0 F F9 44 36
Octal 124 73 332 75 111 0 17 371 104 66
Binary 1010100 111011 11011010 111101 1001001 0 1111 11111001 1000100 110110

Color Harmonies of #543BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543BDA

Black with #543BDA

Text Example


Text Example

White with #543BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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