#520FCA

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

Shades of Purple Heart #520FCA

Tints of Purple Heart #520FCA

Color information

#520FCA (or 0x520FCA) is unknown color: approx Purple Heart. HEX triplet: 52, 0F and CA. RGB value is (82,15,202). Sum of RGB (Red+Green+Blue) = 82+15+202=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #520FCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FCA is #ADF035. Grayscale: #373737. Windows color (decimal): -11399222 or 13242194. OLE color: 13242194.

HSL color Cylindrical-coordinate representation of color #520FCA: hue angle of 261.5º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520FCA is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8215202-
CMYK0.590.9300.21
HSL261.5º86.18%42.55%-
HSV(B)261.5º92.57%79.22%-
XYZ14.316.456.36-
YUV56.35210.2146.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 202 (79.30% from 255) = 67.56%
R=27.42%
G=5.02%
B=67.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82152020.590.9300.21261.586.1842.55
Hex52FCA3B5D015105562b
Octal122173127313502540512653
Binary101001011111100101011101110111010101011000001011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520FCA; }

 p { color: rgb(82,15,202); }

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

<style>
 a { background-color: #520FCA; }

 a { background-color: rgb(82,15,202); }

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

<style>
 span { border-color: #520FCA; }

 span { border-color: rgb(82,15,202); }

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