#5234AE

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

Shades of Purple Heart #5234AE

Tints of Purple Heart #5234AE

Color information

#5234AE (or 0x5234AE) is unknown color: approx Purple Heart. HEX triplet: 52, 34 and AE. RGB value is (82,52,174). Sum of RGB (Red+Green+Blue) = 82+52+174=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #5234AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5234AE is #ADCB51. Grayscale: #4A4A4A. Windows color (decimal): -11389778 or 11416658. OLE color: 11416658.

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

Color convert

RGB8252174-
CMYK0.530.7000.32
HSL254.75º53.98%44.31%-
HSV(B)254.75º70.11%68.24%-
XYZ12.357.3140.8-
YUV74.88183.94133.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=26.62%
G=16.88%
B=56.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82521740.530.7000.32254.7553.9844.31
Hex5234AE3546020ff362c
Octal12264256651060403776654
Binary1010010110100101011101101011000110010000011111111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5234AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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