#522DAB

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

Shades of Purple Heart #522DAB

Tints of Purple Heart #522DAB

Color information

#522DAB (or 0x522DAB) is unknown color: approx Purple Heart. HEX triplet: 52, 2D and AB. RGB value is (82,45,171). Sum of RGB (Red+Green+Blue) = 82+45+171=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #522DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522DAB is #ADD254. Grayscale: #454545. Windows color (decimal): -11391573 or 11218258. OLE color: 11218258.

HSL color Cylindrical-coordinate representation of color #522DAB: hue angle of 257.62º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522DAB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8245171-
CMYK0.520.7400.33
HSL257.62º58.33%42.35%-
HSV(B)257.62º73.68%67.06%-
XYZ11.776.6139.18-
YUV70.43184.76136.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 171 (67.19% from 255) = 57.38%
R=27.52%
G=15.10%
B=57.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82451710.520.7400.33257.6258.3342.35
Hex522DAB344A0211023a2a
Octal12255253641120414027252
Binary10100101011011010101111010010010100100001100000010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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