Html Css Color HEX #543BDD Purple Heart

📋 copy color: '#543BDD'

red 84 ◦ green 59 ◦ blue 221

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

Shades of Purple Heart #543BDD

Tints of Purple Heart #543BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 23.08%
G = 16.21%
B = 60.71%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#543BDD (or 0x543BDD) is known color: Purple Heart. HEX triplet: 54, 3B and DD. RGB value is (84,59,221). Sum of RGB (Red+Green+Blue) = 84+59+221=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #543BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543BDD is #ABC422. Grayscale: #545454. Windows color (decimal): -11256867 or 14498644. OLE color: 14498644.

HSL color Cylindrical-coordinate representation of color #543BDD: hue angle of 249.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #543BDD is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 59 221 -
CMYK 0.62 0.73 0 0.13
HSL 249.26º 0.7% 0.55% -
HSV(B) 249.26º 0.73% 0.87% -
XYZ 18.27 10.23 69.42 -
YUV 84.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 84 59 221 0.62 0.73 0 0.13 249.26 0.7 0.55
Hex 54 3B DD 3E 49 0 D F9 46 37
Octal 124 73 335 76 111 0 15 371 106 67
Binary 1010100 111011 11011101 111110 1001001 0 1101 11111001 1000110 110111

Color Harmonies of #543BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543BDD

Black with #543BDD

Text Example


Text Example

White with #543BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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