#5433AF

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

Shades of Purple Heart #5433AF

Tints of Purple Heart #5433AF

Color information

#5433AF (or 0x5433AF) is unknown color: approx Purple Heart. HEX triplet: 54, 33 and AF. RGB value is (84,51,175). Sum of RGB (Red+Green+Blue) = 84+51+175=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #5433AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5433AF is #ABCC50. Grayscale: #4A4A4A. Windows color (decimal): -11258961 or 11481940. OLE color: 11481940.

HSL color Cylindrical-coordinate representation of color #5433AF: hue angle of 255.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5433AF is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8451175-
CMYK0.520.7100.31
HSL255.97º54.87%44.31%-
HSV(B)255.97º70.86%68.63%-
XYZ12.587.3541.31-
YUV75184.43134.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 175 (68.75% from 255) = 56.45%
R=27.10%
G=16.45%
B=56.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84511750.520.7100.31255.9754.8744.31
Hex5433AF344701F100372c
Octal12463257641070374006754
Binary1010100110011101011111101001000111011111100000000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5433AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5433AF; }

 p { color: rgb(84,51,175); }

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

<style>
 a { background-color: #5433AF; }

 a { background-color: rgb(84,51,175); }

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

<style>
 span { border-color: #5433AF; }

 span { border-color: rgb(84,51,175); }

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