#542FC8

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

Shades of Purple Heart #542FC8

Tints of Purple Heart #542FC8

Color information

#542FC8 (or 0x542FC8) is unknown color: approx Purple Heart. HEX triplet: 54, 2F and C8. RGB value is (84,47,200). Sum of RGB (Red+Green+Blue) = 84+47+200=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #542FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FC8 is #ABD037. Grayscale: #4A4A4A. Windows color (decimal): -11259960 or 13119316. OLE color: 13119316.

HSL color Cylindrical-coordinate representation of color #542FC8: hue angle of 254.51º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542FC8 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8447200-
CMYK0.580.7600.22
HSL254.51º61.94%48.43%-
HSV(B)254.51º76.5%78.43%-
XYZ15.18.0955.41-
YUV75.5198.26134.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 47 (18.75% from 255) = 14.20%
BLUE value IS 200 (78.52% from 255) = 60.42%
R=25.38%
G=14.20%
B=60.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal84472000.580.7600.22254.5161.9448.43
Hex542FC83A4C016ff3e30
Octal12457310721140263777660
Binary101010010111111001000111010100110001011011111111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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