#542FBD

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

Shades of Purple Heart #542FBD

Tints of Purple Heart #542FBD

Color information

#542FBD (or 0x542FBD) is unknown color: approx Purple Heart. HEX triplet: 54, 2F and BD. RGB value is (84,47,189). Sum of RGB (Red+Green+Blue) = 84+47+189=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #542FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FBD is #ABD042. Grayscale: #494949. Windows color (decimal): -11259971 or 12398420. OLE color: 12398420.

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

Color convert

RGB8447189-
CMYK0.560.7500.26
HSL255.63º60.17%46.27%-
HSV(B)255.63º75.13%74.12%-
XYZ13.867.5948.88-
YUV74.25192.76134.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 47 (18.75% from 255) = 14.69%
BLUE value IS 189 (74.22% from 255) = 59.06%
R=26.25%
G=14.69%
B=59.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84471890.560.7500.26255.6360.1746.27
Hex542FBD384B01A1003c2e
Octal12457275701130324007456
Binary1010100101111101111011110001001011011010100000000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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