#5521B9

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

Shades of Purple Heart #5521B9

Tints of Purple Heart #5521B9

Color information

#5521B9 (or 0x5521B9) is unknown color: approx Purple Heart. HEX triplet: 55, 21 and B9. RGB value is (85,33,185). Sum of RGB (Red+Green+Blue) = 85+33+185=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 185 (72.66% from 255 or 61.06% from 303); Max value from RGB is 185 - color contains mainly: blue. Hex color #5521B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5521B9 is #AADE46. Grayscale: #414141. Windows color (decimal): -11198023 or 12132693. OLE color: 12132693.

HSL color Cylindrical-coordinate representation of color #5521B9: hue angle of 260.53º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5521B9 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8533185-
CMYK0.540.8200.27
HSL260.53º69.72%42.75%-
HSV(B)260.53º82.16%72.55%-
XYZ13.056.5246.47-
YUV65.88195.23141.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 185 (72.66% from 255) = 61.06%
R=28.05%
G=10.89%
B=61.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85331850.540.8200.27260.5369.7242.75
Hex5521B9365201B105462b
Octal125412716612203340510653
Binary10101011000011011100111011010100100110111000001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5521B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5521B9; }

 p { color: rgb(85,33,185); }

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

<style>
 a { background-color: #5521B9; }

 a { background-color: rgb(85,33,185); }

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

<style>
 span { border-color: #5521B9; }

 span { border-color: rgb(85,33,185); }

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