#5235AE

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

Shades of Purple Heart #5235AE

Tints of Purple Heart #5235AE

Color information

#5235AE (or 0x5235AE) is unknown color: approx Purple Heart. HEX triplet: 52, 35 and AE. RGB value is (82,53,174). Sum of RGB (Red+Green+Blue) = 82+53+174=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #5235AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5235AE is #ADCA51. Grayscale: #4B4B4B. Windows color (decimal): -11389522 or 11416914. OLE color: 11416914.

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

Color convert

RGB8253174-
CMYK0.530.7000.32
HSL254.38º53.3%44.51%-
HSV(B)254.38º69.54%68.24%-
XYZ12.397.440.82-
YUV75.46183.61132.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=26.54%
G=17.15%
B=56.31%

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
Decimal82531740.530.7000.32254.3853.344.51
Hex5235AE3546020fe352d
Octal12265256651060403766555
Binary1010010110101101011101101011000110010000011111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5235AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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