#5210BA

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

Shades of Purple Heart #5210BA

Tints of Purple Heart #5210BA

Color information

#5210BA (or 0x5210BA) is unknown color: approx Purple Heart. HEX triplet: 52, 10 and BA. RGB value is (82,16,186). Sum of RGB (Red+Green+Blue) = 82+16+186=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #5210BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5210BA is #ADEF45. Grayscale: #363636. Windows color (decimal): -11398982 or 12193874. OLE color: 12193874.

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

Color convert

RGB8216186-
CMYK0.560.9100.27
HSL263.29º84.16%39.61%-
HSV(B)263.29º91.4%72.94%-
XYZ12.535.7146.9-
YUV55.11201.87147.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 16 (6.64% from 255) = 5.63%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=28.87%
G=5.63%
B=65.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82161860.560.9100.27263.2984.1639.61
Hex5210BA385B01B1075428
Octal122202727013303340712450
Binary1010010100001011101011100010110110110111000001111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5210BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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