#543ABC

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

Shades of Purple Heart #543ABC

Tints of Purple Heart #543ABC

Color information

#543ABC (or 0x543ABC) is unknown color: approx Purple Heart. HEX triplet: 54, 3A and BC. RGB value is (84,58,188). Sum of RGB (Red+Green+Blue) = 84+58+188=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #543ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ABC is #ABC543. Grayscale: #505050. Windows color (decimal): -11257156 or 12335700. OLE color: 12335700.

HSL color Cylindrical-coordinate representation of color #543ABC: hue angle of 252º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #543ABC is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8458188-
CMYK0.550.6900.26
HSL252º52.85%48.24%-
HSV(B)252º69.15%73.73%-
XYZ14.258.5448.47-
YUV80.59188.61130.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 188 (73.83% from 255) = 56.97%
R=25.45%
G=17.58%
B=56.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84581880.550.6900.2625252.8548.24
Hex543ABC374501Afc3530
Octal12472274671050323746560
Binary101010011101010111100110111100010101101011111100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,58,188); }

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

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

 a { background-color: rgb(84,58,188); }

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

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

 span { border-color: rgb(84,58,188); }

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