#5336AE

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

Shades of Purple Heart #5336AE

Tints of Purple Heart #5336AE

Color information

#5336AE (or 0x5336AE) is unknown color: approx Purple Heart. HEX triplet: 53, 36 and AE. RGB value is (83,54,174). Sum of RGB (Red+Green+Blue) = 83+54+174=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #5336AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5336AE is #ACC951. Grayscale: #4B4B4B. Windows color (decimal): -11323730 or 11417171. OLE color: 11417171.

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

Color convert

RGB8354174-
CMYK0.520.6900.32
HSL254.5º52.63%44.71%-
HSV(B)254.5º68.97%68.24%-
XYZ12.537.5340.84-
YUV76.35183.11132.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=26.69%
G=17.36%
B=55.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83541740.520.6900.32254.552.6344.71
Hex5336AE3445020fe352d
Octal12366256641050403766555
Binary1010011110110101011101101001000101010000011111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5336AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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