#5205BA

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

Shades of Purple Heart #5205BA

Tints of Purple Heart #5205BA

Color information

#5205BA (or 0x5205BA) is unknown color: approx Purple Heart. HEX triplet: 52, 05 and BA. RGB value is (82,5,186). Sum of RGB (Red+Green+Blue) = 82+5+186=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #5205BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205BA is #ADFA45. Grayscale: #303030. Windows color (decimal): -11401798 or 12191058. OLE color: 12191058.

HSL color Cylindrical-coordinate representation of color #5205BA: hue angle of 265.52º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5205BA is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB825186-
CMYK0.560.9700.27
HSL265.52º94.76%37.45%-
HSV(B)265.52º97.31%72.94%-
XYZ12.45.4546.85-
YUV48.66205.51151.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 186 (73.05% from 255) = 68.13%
R=30.04%
G=1.83%
B=68.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8251860.560.9700.27265.5294.7637.45
Hex525BA386101B10a5f25
Octal12252727014103341213745
Binary10100101011011101011100011000010110111000010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5205BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5205BA; }

 p { color: rgb(82,5,186); }

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

<style>
 a { background-color: #5205BA; }

 a { background-color: rgb(82,5,186); }

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

<style>
 span { border-color: #5205BA; }

 span { border-color: rgb(82,5,186); }

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