#540CCA

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

Shades of Purple Heart #540CCA

Tints of Purple Heart #540CCA

Color information

#540CCA (or 0x540CCA) is unknown color: approx Purple Heart. HEX triplet: 54, 0C and CA. RGB value is (84,12,202). Sum of RGB (Red+Green+Blue) = 84+12+202=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #540CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CCA is #ABF335. Grayscale: #363636. Windows color (decimal): -11268918 or 13241428. OLE color: 13241428.

HSL color Cylindrical-coordinate representation of color #540CCA: hue angle of 262.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540CCA is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8412202-
CMYK0.580.9400.21
HSL262.74º88.79%41.96%-
HSV(B)262.74º94.06%79.22%-
XYZ14.456.4156.35-
YUV55.19210.85148.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 12 (5.08% from 255) = 4.03%
BLUE value IS 202 (79.30% from 255) = 67.79%
R=28.19%
G=4.03%
B=67.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84122020.580.9400.21262.7488.7941.96
Hex54CCA3A5E015107592a
Octal124143127213602540713152
Binary101010011001100101011101010111100101011000001111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540CCA; }

 p { color: rgb(84,12,202); }

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

<style>
 a { background-color: #540CCA; }

 a { background-color: rgb(84,12,202); }

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

<style>
 span { border-color: #540CCA; }

 span { border-color: rgb(84,12,202); }

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