#542DB3

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

Shades of Purple Heart #542DB3

Tints of Purple Heart #542DB3

Color information

#542DB3 (or 0x542DB3) is unknown color: approx Purple Heart. HEX triplet: 54, 2D and B3. RGB value is (84,45,179). Sum of RGB (Red+Green+Blue) = 84+45+179=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #542DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DB3 is #ABD24C. Grayscale: #474747. Windows color (decimal): -11260493 or 11742548. OLE color: 11742548.

HSL color Cylindrical-coordinate representation of color #542DB3: hue angle of 257.46º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542DB3 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8445179-
CMYK0.530.7500.30
HSL257.46º59.82%43.92%-
HSV(B)257.46º74.86%70.2%-
XYZ12.737.0243.33-
YUV71.94188.42136.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 45 (17.97% from 255) = 14.61%
BLUE value IS 179 (70.31% from 255) = 58.12%
R=27.27%
G=14.61%
B=58.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84451790.530.7500.30257.4659.8243.92
Hex542DB3354B01E1013c2c
Octal12455263651130364017454
Binary1010100101101101100111101011001011011110100000001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,45,179); }

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

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

 a { background-color: rgb(84,45,179); }

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

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

 span { border-color: rgb(84,45,179); }

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