#5521BE

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

Shades of Purple Heart #5521BE

Tints of Purple Heart #5521BE

Color information

#5521BE (or 0x5521BE) is unknown color: approx Purple Heart. HEX triplet: 55, 21 and BE. RGB value is (85,33,190). Sum of RGB (Red+Green+Blue) = 85+33+190=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #5521BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5521BE is #AADE41. Grayscale: #414141. Windows color (decimal): -11198018 or 12460373. OLE color: 12460373.

HSL color Cylindrical-coordinate representation of color #5521BE: hue angle of 259.87º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5521BE is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8533190-
CMYK0.550.8300.25
HSL259.87º70.4%43.73%-
HSV(B)259.87º82.63%74.51%-
XYZ13.586.7449.3-
YUV66.45197.73141.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=27.60%
G=10.71%
B=61.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85331900.550.8300.25259.8770.443.73
Hex5521BE3753019104462c
Octal125412766712303140410654
Binary10101011000011011111011011110100110110011000001001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5521BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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