#521DCC

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

Shades of Purple Heart #521DCC

Tints of Purple Heart #521DCC

Color information

#521DCC (or 0x521DCC) is unknown color: approx Purple Heart. HEX triplet: 52, 1D and CC. RGB value is (82,29,204). Sum of RGB (Red+Green+Blue) = 82+29+204=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #521DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DCC is #ADE233. Grayscale: #404040. Windows color (decimal): -11395636 or 13376850. OLE color: 13376850.

HSL color Cylindrical-coordinate representation of color #521DCC: hue angle of 258.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521DCC is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8229204-
CMYK0.600.8600.2
HSL258.17º75.11%45.69%-
HSV(B)258.17º85.78%80%-
XYZ14.827.0357.7-
YUV64.8206.56140.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 29 (11.72% from 255) = 9.21%
BLUE value IS 204 (80.08% from 255) = 64.76%
R=26.03%
G=9.21%
B=64.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82292040.600.8600.2258.1775.1145.69
Hex521DCC3C560141024b2e
Octal122353147412602440211356
Binary1010010111011100110011110010101100101001000000101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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