#5335AE

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

Shades of Purple Heart #5335AE

Tints of Purple Heart #5335AE

Color information

#5335AE (or 0x5335AE) is unknown color: approx Purple Heart. HEX triplet: 53, 35 and AE. RGB value is (83,53,174). Sum of RGB (Red+Green+Blue) = 83+53+174=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #5335AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5335AE is #ACCA51. Grayscale: #4B4B4B. Windows color (decimal): -11323986 or 11416915. OLE color: 11416915.

HSL color Cylindrical-coordinate representation of color #5335AE: hue angle of 254.88º 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 #5335AE is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8353174-
CMYK0.520.7000.32
HSL254.88º53.3%44.51%-
HSV(B)254.88º69.54%68.24%-
XYZ12.487.4440.82-
YUV75.76183.44133.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=26.77%
G=17.10%
B=56.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83531740.520.7000.32254.8853.344.51
Hex5335AE3446020ff352d
Octal12365256641060403776555
Binary1010011110101101011101101001000110010000011111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5335AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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