#522AC1

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

Shades of Purple Heart #522AC1

Tints of Purple Heart #522AC1

Color information

#522AC1 (or 0x522AC1) is unknown color: approx Purple Heart. HEX triplet: 52, 2A and C1. RGB value is (82,42,193). Sum of RGB (Red+Green+Blue) = 82+42+193=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #522AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522AC1 is #ADD53E. Grayscale: #464646. Windows color (decimal): -11392319 or 12659282. OLE color: 12659282.

HSL color Cylindrical-coordinate representation of color #522AC1: hue angle of 255.89º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522AC1 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8242193-
CMYK0.580.7800.24
HSL255.89º64.26%46.08%-
HSV(B)255.89º78.24%75.69%-
XYZ13.937.351.13-
YUV71.17196.75135.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 42 (16.80% from 255) = 13.25%
BLUE value IS 193 (75.78% from 255) = 60.88%
R=25.87%
G=13.25%
B=60.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82421930.580.7800.24255.8964.2646.08
Hex522AC13A4E018100402e
Octal122523017211603040010056
Binary10100101010101100000111101010011100110001000000001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,42,193); }

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

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

 a { background-color: rgb(82,42,193); }

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

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

 span { border-color: rgb(82,42,193); }

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