#521DBA

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

Shades of Purple Heart #521DBA

Tints of Purple Heart #521DBA

Color information

#521DBA (or 0x521DBA) is unknown color: approx Purple Heart. HEX triplet: 52, 1D and BA. RGB value is (82,29,186). Sum of RGB (Red+Green+Blue) = 82+29+186=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #521DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DBA is #ADE245. Grayscale: #3E3E3E. Windows color (decimal): -11395654 or 12197202. OLE color: 12197202.

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

Color convert

RGB8229186-
CMYK0.560.8400.27
HSL260.25º73.02%42.16%-
HSV(B)260.25º84.41%72.94%-
XYZ12.786.2246.98-
YUV62.74197.56141.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 29 (11.72% from 255) = 9.76%
BLUE value IS 186 (73.05% from 255) = 62.63%
R=27.61%
G=9.76%
B=62.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82291860.560.8400.27260.2573.0242.16
Hex521DBA385401B104492a
Octal122352727012403340411152
Binary1010010111011011101011100010101000110111000001001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521DBA; }

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

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

<style>
 a { background-color: #521DBA; }

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

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

<style>
 span { border-color: #521DBA; }

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

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