#523AB7

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

Shades of Purple Heart #523AB7

Tints of Purple Heart #523AB7

Color information

#523AB7 (or 0x523AB7) is unknown color: approx Purple Heart. HEX triplet: 52, 3A and B7. RGB value is (82,58,183). Sum of RGB (Red+Green+Blue) = 82+58+183=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 183 (71.88% from 255 or 56.66% from 323); Max value from RGB is 183 - color contains mainly: blue. Hex color #523AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523AB7 is #ADC548. Grayscale: #4E4E4E. Windows color (decimal): -11388233 or 12008018. OLE color: 12008018.

HSL color Cylindrical-coordinate representation of color #523AB7: hue angle of 251.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #523AB7 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8258183-
CMYK0.550.6800.28
HSL251.52º51.87%47.25%-
HSV(B)251.52º68.31%71.76%-
XYZ13.548.2445.68-
YUV79.43186.45129.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 183 (71.88% from 255) = 56.66%
R=25.39%
G=17.96%
B=56.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82581830.550.6800.28251.5251.8747.25
Hex523AB7374401Cfc342f
Octal12272267671040343746457
Binary101001011101010110111110111100010001110011111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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