#523AAF

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

Shades of Purple Heart #523AAF

Tints of Purple Heart #523AAF

Color information

#523AAF (or 0x523AAF) is unknown color: approx Purple Heart. HEX triplet: 52, 3A and AF. RGB value is (82,58,175). Sum of RGB (Red+Green+Blue) = 82+58+175=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #523AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523AAF is #ADC550. Grayscale: #4E4E4E. Windows color (decimal): -11388241 or 11483730. OLE color: 11483730.

HSL color Cylindrical-coordinate representation of color #523AAF: hue angle of 252.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #523AAF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8258175-
CMYK0.530.6700.31
HSL252.31º50.21%45.69%-
HSV(B)252.31º66.86%68.63%-
XYZ12.737.9241.41-
YUV78.51182.45130.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 175 (68.75% from 255) = 55.56%
R=26.03%
G=18.41%
B=55.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82581750.530.6700.31252.3150.2145.69
Hex523AAF354301Ffc322e
Octal12272257651030373746256
Binary101001011101010101111110101100001101111111111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523AAF; }

 p { color: rgb(82,58,175); }

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

<style>
 a { background-color: #523AAF; }

 a { background-color: rgb(82,58,175); }

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

<style>
 span { border-color: #523AAF; }

 span { border-color: rgb(82,58,175); }

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