#542FBB

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

Shades of Purple Heart #542FBB

Tints of Purple Heart #542FBB

Color information

#542FBB (or 0x542FBB) is unknown color: approx Purple Heart. HEX triplet: 54, 2F and BB. RGB value is (84,47,187). Sum of RGB (Red+Green+Blue) = 84+47+187=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #542FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FBB is #ABD044. Grayscale: #494949. Windows color (decimal): -11259973 or 12267348. OLE color: 12267348.

HSL color Cylindrical-coordinate representation of color #542FBB: hue angle of 255.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542FBB is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8447187-
CMYK0.550.7500.27
HSL255.86º59.83%45.88%-
HSV(B)255.86º74.87%73.33%-
XYZ13.647.5147.74-
YUV74.02191.76135.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 47 (18.75% from 255) = 14.78%
BLUE value IS 187 (73.44% from 255) = 58.81%
R=26.42%
G=14.78%
B=58.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84471870.550.7500.27255.8659.8345.88
Hex542FBB374B01B1003c2e
Octal12457273671130334007456
Binary1010100101111101110111101111001011011011100000000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542FBB; }

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

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

<style>
 a { background-color: #542FBB; }

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

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

<style>
 span { border-color: #542FBB; }

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

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