Html Css Color HEX #543FCC Purple Heart

📋 copy color: '#543FCC'

red 84 ◦ green 63 ◦ blue 204

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

Shades of Purple Heart #543FCC

Tints of Purple Heart #543FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.95%

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 23.93%
G = 17.95%
B = 58.12%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#543FCC (or 0x543FCC) is known color: Purple Heart. HEX triplet: 54, 3F and CC. RGB value is (84,63,204). Sum of RGB (Red+Green+Blue) = 84+63+204=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #543FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543FCC is #ABC033. Grayscale: #545454. Windows color (decimal): -11255860 or 13385556. OLE color: 13385556.

HSL color Cylindrical-coordinate representation of color #543FCC: hue angle of 248.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #543FCC is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 63 204 -
CMYK 0.59 0.69 0 0.2
HSL 248.94º 0.58% 0.52% -
HSV(B) 248.94º 0.69% 0.8% -
XYZ 16.33 9.8 58.16 -
YUV 85.35 194.96 127.04 -
System Red Green Blue C M Y K H S L
Decimal 84 63 204 0.59 0.69 0 0.2 248.94 0.58 0.52
Hex 54 3F CC 3B 45 0 14 F9 3A 34
Octal 124 77 314 73 105 0 24 371 72 64
Binary 1010100 111111 11001100 111011 1000101 0 10100 11111001 111010 110100

Color Harmonies of #543FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543FCC

Black with #543FCC

Text Example


Text Example

White with #543FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,63,204); }

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

background-color css

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

 a { background-color: rgb(84,63,204); }

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

border-color css

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

 span { border-color: rgb(84,63,204); }

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