#543CCA

Color #543CCA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #543CCA

Tints of Purple Heart #543CCA

Color information

#543CCA (or 0x543CCA) is unknown color: approx Purple Heart. HEX triplet: 54, 3C and CA. RGB value is (84,60,202). Sum of RGB (Red+Green+Blue) = 84+60+202=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #543CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CCA is #ABC335. Grayscale: #525252. Windows color (decimal): -11256630 or 13253716. OLE color: 13253716.

HSL color Cylindrical-coordinate representation of color #543CCA: hue angle of 250.14º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #543CCA is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8460202-
CMYK0.580.7000.21
HSL250.14º57.26%51.37%-
HSV(B)250.14º70.3%79.22%-
XYZ15.939.3856.85-
YUV83.36194.95128.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=24.28%
G=17.34%
B=58.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84602020.580.7000.21250.1457.2651.37
Hex543CCA3A46015fa3933
Octal12474312721060253727163
Binary101010011110011001010111010100011001010111111010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #543CCA;
 }
 .AnyTagClassName
 {
   color: #543CCA;
 }
</style>
background-color css

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

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

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

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

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

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