#522DB2

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

Shades of Purple Heart #522DB2

Tints of Purple Heart #522DB2

Color information

#522DB2 (or 0x522DB2) is unknown color: approx Purple Heart. HEX triplet: 52, 2D and B2. RGB value is (82,45,178). Sum of RGB (Red+Green+Blue) = 82+45+178=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #522DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522DB2 is #ADD24D. Grayscale: #464646. Windows color (decimal): -11391566 or 11677010. OLE color: 11677010.

HSL color Cylindrical-coordinate representation of color #522DB2: hue angle of 256.69º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #522DB2 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8245178-
CMYK0.540.7500.30
HSL256.69º59.64%43.73%-
HSV(B)256.69º74.72%69.8%-
XYZ12.456.8842.79-
YUV71.22188.26135.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 45 (17.97% from 255) = 14.75%
BLUE value IS 178 (69.92% from 255) = 58.36%
R=26.89%
G=14.75%
B=58.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82451780.540.7500.30256.6959.6443.73
Hex522DB2364B01E1013c2c
Octal12255262661130364017454
Binary1010010101101101100101101101001011011110100000001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522DB2; }

 p { color: rgb(82,45,178); }

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

<style>
 a { background-color: #522DB2; }

 a { background-color: rgb(82,45,178); }

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

<style>
 span { border-color: #522DB2; }

 span { border-color: rgb(82,45,178); }

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