Html Css Color HEX #543CDA Purple Heart

📋 copy color: '#543CDA'

red 84 ◦ green 60 ◦ blue 218

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

Shades of Purple Heart #543CDA

Tints of Purple Heart #543CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

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

R = 23.2%
G = 16.57%
B = 60.22%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#543CDA (or 0x543CDA) is known color: Purple Heart. HEX triplet: 54, 3C and DA. RGB value is (84,60,218). Sum of RGB (Red+Green+Blue) = 84+60+218=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #543CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CDA is #ABC325. Grayscale: #545454. Windows color (decimal): -11256614 or 14302292. OLE color: 14302292.

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

Color convert

RGB 84 60 218 -
CMYK 0.61 0.72 0 0.15
HSL 249.11º 0.68% 0.55% -
HSV(B) 249.11º 0.72% 0.85% -
XYZ 17.93 10.18 67.35 -
YUV 85.19 202.95 127.15 -
System Red Green Blue C M Y K H S L
Decimal 84 60 218 0.61 0.72 0 0.15 249.11 0.68 0.55
Hex 54 3C DA 3D 48 0 F F9 44 37
Octal 124 74 332 75 110 0 17 371 104 67
Binary 1010100 111100 11011010 111101 1001000 0 1111 11111001 1000100 110111

Color Harmonies of #543CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543CDA

Black with #543CDA

Text Example


Text Example

White with #543CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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