#5231AE

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

Shades of Purple Heart #5231AE

Tints of Purple Heart #5231AE

Color information

#5231AE (or 0x5231AE) is unknown color: approx Purple Heart. HEX triplet: 52, 31 and AE. RGB value is (82,49,174). Sum of RGB (Red+Green+Blue) = 82+49+174=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #5231AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5231AE is #ADCE51. Grayscale: #484848. Windows color (decimal): -11390546 or 11415890. OLE color: 11415890.

HSL color Cylindrical-coordinate representation of color #5231AE: hue angle of 255.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5231AE is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8249174-
CMYK0.530.7200.32
HSL255.84º56.05%43.73%-
HSV(B)255.84º71.84%68.24%-
XYZ12.227.0540.76-
YUV73.12184.93134.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=26.89%
G=16.07%
B=57.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82491740.530.7200.32255.8456.0543.73
Hex5231AE3548020100382c
Octal12261256651100404007054
Binary10100101100011010111011010110010000100000100000000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5231AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5231AE; }

 p { color: rgb(82,49,174); }

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

<style>
 a { background-color: #5231AE; }

 a { background-color: rgb(82,49,174); }

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

<style>
 span { border-color: #5231AE; }

 span { border-color: rgb(82,49,174); }

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