#543CBB

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

Shades of Purple Heart #543CBB

Tints of Purple Heart #543CBB

Color information

#543CBB (or 0x543CBB) is unknown color: approx Purple Heart. HEX triplet: 54, 3C and BB. RGB value is (84,60,187). Sum of RGB (Red+Green+Blue) = 84+60+187=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #543CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CBB is #ABC344. Grayscale: #515151. Windows color (decimal): -11256645 or 12270676. OLE color: 12270676.

HSL color Cylindrical-coordinate representation of color #543CBB: hue angle of 251.34º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #543CBB is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8460187-
CMYK0.550.6800.27
HSL251.34º51.42%48.43%-
HSV(B)251.34º67.91%73.33%-
XYZ14.248.747.94-
YUV81.65187.45129.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 187 (73.44% from 255) = 56.50%
R=25.38%
G=18.13%
B=56.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84601870.550.6800.27251.3451.4248.43
Hex543CBB374401Bfb3330
Octal12474273671040333736360
Binary101010011110010111011110111100010001101111111011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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