#5523AD

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

Shades of Purple Heart #5523AD

Tints of Purple Heart #5523AD

Color information

#5523AD (or 0x5523AD) is unknown color: approx Purple Heart. HEX triplet: 55, 23 and AD. RGB value is (85,35,173). Sum of RGB (Red+Green+Blue) = 85+35+173=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #5523AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5523AD is #AADC52. Grayscale: #414141. Windows color (decimal): -11197523 or 11346773. OLE color: 11346773.

HSL color Cylindrical-coordinate representation of color #5523AD: hue angle of 261.74º degrees, saturation: 0.66, 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 #5523AD is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8535173-
CMYK0.510.8000.32
HSL261.74º66.35%40.78%-
HSV(B)261.74º79.77%67.84%-
XYZ11.896.1540.1-
YUV65.68188.56141.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 173 (67.97% from 255) = 59.04%
R=29.01%
G=11.95%
B=59.04%

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
Decimal85351730.510.8000.32261.7466.3540.78
Hex5523AD33500201064229
Octal125432556312004040610251
Binary101010110001110101101110011101000001000001000001101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5523AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,35,173); }

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

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

 a { background-color: rgb(85,35,173); }

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

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

 span { border-color: rgb(85,35,173); }

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