#5422AD

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

Shades of Purple Heart #5422AD

Tints of Purple Heart #5422AD

Color information

#5422AD (or 0x5422AD) is unknown color: approx Purple Heart. HEX triplet: 54, 22 and AD. RGB value is (84,34,173). Sum of RGB (Red+Green+Blue) = 84+34+173=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #5422AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5422AD is #ABDD52. Grayscale: #404040. Windows color (decimal): -11263315 or 11346516. OLE color: 11346516.

HSL color Cylindrical-coordinate representation of color #5422AD: hue angle of 261.58º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5422AD is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8434173-
CMYK0.510.8000.32
HSL261.58º67.15%40.59%-
HSV(B)261.58º80.35%67.84%-
XYZ11.776.0540.08-
YUV64.8189.06141.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 173 (67.97% from 255) = 59.45%
R=28.87%
G=11.68%
B=59.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84341730.510.8000.32261.5867.1540.59
Hex5422AD33500201064329
Octal124422556312004040610351
Binary101010010001010101101110011101000001000001000001101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5422AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5422AD; }

 p { color: rgb(84,34,173); }

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

<style>
 a { background-color: #5422AD; }

 a { background-color: rgb(84,34,173); }

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

<style>
 span { border-color: #5422AD; }

 span { border-color: rgb(84,34,173); }

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